diff options
Diffstat (limited to 'home-config/nix-home-manager/flake.nix')
-rw-r--r-- | home-config/nix-home-manager/flake.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/home-config/nix-home-manager/flake.nix b/home-config/nix-home-manager/flake.nix index 6429214..9eb13bf 100644 --- a/home-config/nix-home-manager/flake.nix +++ b/home-config/nix-home-manager/flake.nix | |||
@@ -16,13 +16,17 @@ | |||
16 | url = "github:hyprwm/hyprland/v0.44.1"; | 16 | url = "github:hyprwm/hyprland/v0.44.1"; |
17 | inputs.nixpkgs.follows = "nixpkgs"; | 17 | inputs.nixpkgs.follows = "nixpkgs"; |
18 | }; | 18 | }; |
19 | hyprlock = { | ||
20 | url = "github:hyprwm/hyprlock/v0.4.1"; | ||
21 | inputs.nixpkgs.follows = "nixpkgs"; | ||
22 | }; | ||
19 | nixgl = { | 23 | nixgl = { |
20 | url = "github:nix-community/nixGL"; | 24 | url = "github:nix-community/nixGL"; |
21 | inputs.nixpkgs.follows = "nixpkgs"; | 25 | inputs.nixpkgs.follows = "nixpkgs"; |
22 | }; | 26 | }; |
23 | }; | 27 | }; |
24 | 28 | ||
25 | outputs = { nixpkgs, home-manager, hyprpicker-git, hyprland, nixgl, ... }@inputs: | 29 | outputs = { nixpkgs, home-manager, hyprpicker-git, hyprland, hyprlock, nixgl, ... }@inputs: |
26 | let | 30 | let |
27 | system = "x86_64-linux"; | 31 | system = "x86_64-linux"; |
28 | pkgs = nixpkgs.legacyPackages.${system}; | 32 | pkgs = nixpkgs.legacyPackages.${system}; |
@@ -43,6 +47,7 @@ | |||
43 | _module.args = { | 47 | _module.args = { |
44 | inherit hyprland; | 48 | inherit hyprland; |
45 | inherit nixgl; | 49 | inherit nixgl; |
50 | inherit hyprlock; | ||
46 | }; | 51 | }; |
47 | } | 52 | } |
48 | ]; | 53 | ]; |