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, 1 insertions, 6 deletions
diff --git a/home-config/nix-home-manager/flake.nix b/home-config/nix-home-manager/flake.nix index 9eb13bf..6429214 100644 --- a/home-config/nix-home-manager/flake.nix +++ b/home-config/nix-home-manager/flake.nix | |||
@@ -16,17 +16,13 @@ | |||
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 | }; | ||
23 | nixgl = { | 19 | nixgl = { |
24 | url = "github:nix-community/nixGL"; | 20 | url = "github:nix-community/nixGL"; |
25 | inputs.nixpkgs.follows = "nixpkgs"; | 21 | inputs.nixpkgs.follows = "nixpkgs"; |
26 | }; | 22 | }; |
27 | }; | 23 | }; |
28 | 24 | ||
29 | outputs = { nixpkgs, home-manager, hyprpicker-git, hyprland, hyprlock, nixgl, ... }@inputs: | 25 | outputs = { nixpkgs, home-manager, hyprpicker-git, hyprland, nixgl, ... }@inputs: |
30 | let | 26 | let |
31 | system = "x86_64-linux"; | 27 | system = "x86_64-linux"; |
32 | pkgs = nixpkgs.legacyPackages.${system}; | 28 | pkgs = nixpkgs.legacyPackages.${system}; |
@@ -47,7 +43,6 @@ | |||
47 | _module.args = { | 43 | _module.args = { |
48 | inherit hyprland; | 44 | inherit hyprland; |
49 | inherit nixgl; | 45 | inherit nixgl; |
50 | inherit hyprlock; | ||
51 | }; | 46 | }; |
52 | } | 47 | } |
53 | ]; | 48 | ]; |