diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-08-31 00:46:37 +0200 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-08-31 00:46:37 +0200 |
| commit | 86a6936ec93116229a7b66c1e88d0e7beeaba3b3 (patch) | |
| tree | 8d64ffe7b8504fecc2e591d18c2fe9c8f9af3cf8 /flake.nix | |
| parent | 099f41c5591a3cd7d2d2fe73b6158d1d34761d4f (diff) | |
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |
