diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-22 10:08:01 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-04-22 10:08:01 -0600 |
| commit | d0b17b48fe4371ae8ca87c6c2482d0fd26f117a8 (patch) | |
| tree | 6199a7b4c105fa08c93565025a4a8a91e2220038 /flake.nix | |
| parent | 799a3a9994bbd4b8af1519bb57cbd64b56180112 (diff) | |
moved hyprland to flake rather than nixpkg, also update
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -19,6 +19,10 @@ url = "github:hyprwm/Hyprland"; inputs.nixpkgs.follows = "nixpkgs-unstable"; }; + hyprland-plugins = { + url = "github:hyprwm/hyprland-plugins"; + inputs.hyprland.follows = "hyprland"; + }; nix-colors.url = "github:misterio77/nix-colors"; @@ -209,6 +213,7 @@ zenbook = nixpkgs.lib.nixosSystem { # inherit system; + specialArgs = { inherit inputs; }; modules = [ ./machines/zenbook/configuration.nix @@ -216,6 +221,9 @@ ./modules/users/defin.nix ./modules/users/root.nix + # hyprland.homeManagerModules.default {wayland.windowManager.hyprland.enable = true;} + ./modules/nixos/hyprland.nix + home-manager.nixosModules.home-manager { home-manager.useGlobalPkgs = true; @@ -225,9 +233,6 @@ home-manager.extraSpecialArgs = { inherit inputs; }; } - # hyprland.homeManagerModules.default {wayland.windowManager.hyprland.enable = true;} - ./modules/nixos/hyprland.nix - ./modules/nixos/bluetooth.nix ./modules/nixos/environment.nix ./modules/nixos/kde-connect.nix |
