diff options
Diffstat (limited to 'home-config/nix-home-manager/flake.nix')
-rw-r--r-- | home-config/nix-home-manager/flake.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/home-config/nix-home-manager/flake.nix b/home-config/nix-home-manager/flake.nix index 60a9c5a..23bdb13 100644 --- a/home-config/nix-home-manager/flake.nix +++ b/home-config/nix-home-manager/flake.nix | |||
@@ -9,17 +9,17 @@ | |||
9 | inputs.nixpkgs.follows = "nixpkgs"; | 9 | inputs.nixpkgs.follows = "nixpkgs"; |
10 | }; | 10 | }; |
11 | hyprlock = { | 11 | hyprlock = { |
12 | url = "github:hyprwm/hyprlock/v0.6.1"; | 12 | url = "github:hyprwm/hyprlock/v0.6.2"; |
13 | inputs.nixpkgs.follows = "nixpkgs"; | 13 | inputs.nixpkgs.follows = "nixpkgs"; |
14 | }; | 14 | }; |
15 | hyprpicker-git = { | 15 | hyprpicker-git = { |
16 | url = "github:hyprwm/hyprpicker/v0.4.2"; | 16 | url = "github:hyprwm/hyprpicker/c3777320b358bb28a0f2112441377fe452d77ea8"; |
17 | inputs.nixpkgs.follows = "nixpkgs"; | 17 | inputs.nixpkgs.follows = "nixpkgs"; |
18 | }; | 18 | }; |
19 | hyprland = { | 19 | hyprland = { |
20 | url = "github:hyprwm/hyprland/v0.47.0"; | 20 | url = "github:hyprwm/hyprland/v0.47.2"; |
21 | inputs.nixpkgs.follows = "nixpkgs"; | 21 | inputs.nixpkgs.follows = "nixpkgs"; |
22 | inputs.aquamarine.url = "github:hyprwm/aquamarine/v0.7.2"; | 22 | #inputs.hyprutils.url = "github:/hyprwm/hyprutils/6a8bc9d2a4451df12f5179dc0b1d2d46518a90ab"; |
23 | }; | 23 | }; |
24 | nixgl = { | 24 | nixgl = { |
25 | url = "github:ryan77627/nixGL/3865170cbc23b32ec7cc8df1ec811fd44b6c2a58"; | 25 | url = "github:ryan77627/nixGL/3865170cbc23b32ec7cc8df1ec811fd44b6c2a58"; |
@@ -32,7 +32,7 @@ | |||
32 | #mozff.url = "github:mozilla/nixpkgs-mozilla"; | 32 | #mozff.url = "github:mozilla/nixpkgs-mozilla"; |
33 | }; | 33 | }; |
34 | 34 | ||
35 | outputs = { nixpkgs, home-manager, hyprpicker-git, hyprland, nixgl, wpaperd, hyprlock, ... }@inputs: | 35 | outputs = { nixpkgs, home-manager, hyprland, nixgl, wpaperd, hyprpicker-git, hyprlock, ... }@inputs: |
36 | let | 36 | let |
37 | system = "x86_64-linux"; | 37 | system = "x86_64-linux"; |
38 | pkgs = nixpkgs.legacyPackages.${system}; | 38 | pkgs = nixpkgs.legacyPackages.${system}; |