From 86a6936ec93116229a7b66c1e88d0e7beeaba3b3 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Thu, 31 Aug 2023 00:46:37 +0200 Subject: --- flake.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index a148cc3..a0e4c3d 100644 --- a/flake.nix +++ b/flake.nix @@ -10,10 +10,11 @@ inputs.nixpkgs.follows = "nixpkgs-unstable"; }; - hyprland.url = "github:hyprwm/Hyprland"; + # hyprland.url = "github:hyprwm/Hyprland"; }; - outputs = { nixpkgs, nixpkgs-unstable, home-manager, hyprland, ... }: { + # outputs = { nixpkgs, nixpkgs-unstable, home-manager, hyprland, ... }: { + outputs = { nixpkgs, nixpkgs-unstable, home-manager, ... }: { nixosConfigurations = { @@ -36,7 +37,7 @@ # arguments to home.nix } - hyprland.homeManagerModules.default {wayland.windowManager.hyprland.enable = true;} + # hyprland.homeManagerModules.default {wayland.windowManager.hyprland.enable = true;} ./modules/hyprland.nix ./modules/bluetooth.nix -- cgit v1.2.3