From d0b17b48fe4371ae8ca87c6c2482d0fd26f117a8 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Mon, 22 Apr 2024 10:08:01 -0600 Subject: moved hyprland to flake rather than nixpkg, also update --- flake.nix | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'flake.nix') 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 -- cgit v1.2.3