summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-04-22 10:08:01 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2024-04-22 10:08:01 -0600
commitd0b17b48fe4371ae8ca87c6c2482d0fd26f117a8 (patch)
tree6199a7b4c105fa08c93565025a4a8a91e2220038 /flake.nix
parent799a3a9994bbd4b8af1519bb57cbd64b56180112 (diff)
moved hyprland to flake rather than nixpkg, also update
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix11
1 files changed, 8 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index fb58897..1a05429 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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