diff options
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 |
