diff options
Diffstat (limited to 'home-config/nix-home-manager/flake.nix')
| -rw-r--r-- | home-config/nix-home-manager/flake.nix | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/home-config/nix-home-manager/flake.nix b/home-config/nix-home-manager/flake.nix index 77c8bd8..35390b1 100644 --- a/home-config/nix-home-manager/flake.nix +++ b/home-config/nix-home-manager/flake.nix | |||
| @@ -3,31 +3,32 @@ | |||
| 3 | 3 | ||
| 4 | inputs = { | 4 | inputs = { |
| 5 | # Specify the source of Home Manager and Nixpkgs. | 5 | # Specify the source of Home Manager and Nixpkgs. |
| 6 | nixpkgs.url = "github:nixos/nixpkgs/2c8d3f48d33929642c1c12cd243df4cc7d2ce434"; | 6 | nixpkgs.url = "github:nixos/nixpkgs/2fad6eac6077f03fe109c4d4eb171cf96791faa4"; |
| 7 | home-manager = { | 7 | home-manager = { |
| 8 | url = "github:nix-community/home-manager/579a71b948533667c6c65e603f18990bdffc8530"; | 8 | url = "github:nix-community/home-manager/780be8ef503a28939cf9dc7996b48ffb1a3e04c6"; |
| 9 | inputs.nixpkgs.follows = "nixpkgs"; | 9 | inputs.nixpkgs.follows = "nixpkgs"; |
| 10 | }; | 10 | }; |
| 11 | hyprlock = { | 11 | hyprlock = { |
| 12 | url = "github:hyprwm/hyprlock/1ebbc35c55ba9e43d53c4f1038c897be7239c903"; | 12 | url = "github:hyprwm/hyprlock/98b86752fe4867bd14ef96a92ea788229af93130"; |
| 13 | inputs.nixpkgs.follows = "nixpkgs"; | 13 | #inputs.nixpkgs.follows = "nixpkgs"; |
| 14 | }; | 14 | }; |
| 15 | hyprpicker-git = { | 15 | hyprpicker-git = { |
| 16 | url = "github:hyprwm/hyprpicker/c3777320b358bb28a0f2112441377fe452d77ea8"; | 16 | url = "github:hyprwm/hyprpicker/v0.4.5"; |
| 17 | inputs.nixpkgs.follows = "nixpkgs"; | 17 | inputs.nixpkgs.follows = "nixpkgs"; |
| 18 | }; | 18 | }; |
| 19 | hyprland = { | 19 | hyprland = { |
| 20 | url = "github:hyprwm/hyprland/382f0f23f144e11bdccac6c5d3c1ed415b4b1855"; | 20 | url = "github:hyprwm/hyprland/v0.52.1"; |
| 21 | inputs.nixpkgs.follows = "nixpkgs"; | 21 | inputs.nixpkgs.follows = "nixpkgs"; |
| 22 | inputs.hyprutils.url = "github:hyprwm/hyprutils/v0.6.0"; | 22 | #inputs.hyprutils.url = "github:hyprwm/hyprutils/v0.6.0"; |
| 23 | }; | 23 | }; |
| 24 | nixgl = { | 24 | nixgl = { |
| 25 | url = "github:ryan77627/nixGL/3865170cbc23b32ec7cc8df1ec811fd44b6c2a58"; | 25 | url = "github:ryan77627/nixGL/3865170cbc23b32ec7cc8df1ec811fd44b6c2a58"; |
| 26 | inputs.nixpkgs.follows = "nixpkgs"; | 26 | inputs.nixpkgs.follows = "nixpkgs"; |
| 27 | }; | 27 | }; |
| 28 | wpaperd = { | 28 | wpaperd = { |
| 29 | url = "github:danyspin97/wpaperd/b0b7e66fd32dca36c431a174784a2e87af7edb77"; | 29 | url = "github:danyspin97/wpaperd/087a1edb5afd78434806f2f185755d0ced7f26ab"; |
| 30 | inputs.nixpkgs.follows = "nixpkgs"; | 30 | inputs.nixpkgs.follows = "nixpkgs"; |
| 31 | inputs.rust-overlay.url = "github:oxalica/rust-overlay/d914a744a83098eeb28125d2848ad383b209223f"; | ||
| 31 | }; | 32 | }; |
| 32 | mozff = { | 33 | mozff = { |
| 33 | url = "github:nix-community/flake-firefox-nightly/3391372604cd3def19e6df88a51f1882aabcd59f"; | 34 | url = "github:nix-community/flake-firefox-nightly/3391372604cd3def19e6df88a51f1882aabcd59f"; |
| @@ -38,12 +39,12 @@ | |||
| 38 | inputs.nixpkgs.follows = "nixpkgs"; | 39 | inputs.nixpkgs.follows = "nixpkgs"; |
| 39 | }; | 40 | }; |
| 40 | hypr-dynamic-cursors = { | 41 | hypr-dynamic-cursors = { |
| 41 | url = "github:VirtCode/hypr-dynamic-cursors/07a9ca62466edf58a251a3d9d1470f8d502ffee0"; | 42 | url = "github:VirtCode/hypr-dynamic-cursors/85e6a93f311132d775538c4a016b637b366d2a44"; |
| 42 | inputs.hyprland.follows = "hyprland"; | 43 | inputs.hyprland.follows = "hyprland"; |
| 43 | inputs.nixpkgs.follows = "hyprland/nixpkgs"; | 44 | inputs.nixpkgs.follows = "hyprland/nixpkgs"; |
| 44 | }; | 45 | }; |
| 45 | zen-browser = { | 46 | zen-browser = { |
| 46 | url = "github:0xc000022070/zen-browser-flake/55681a87d6e094fa93d260993e8c154208e70a69"; | 47 | url = "github:0xc000022070/zen-browser-flake/504383097cbd6793aa62d1ec2d90d67ce7e4542e"; |
| 47 | inputs.nixpkgs.follows = "nixpkgs"; | 48 | inputs.nixpkgs.follows = "nixpkgs"; |
| 48 | inputs.home-manager.follows = "home-manager"; | 49 | inputs.home-manager.follows = "home-manager"; |
| 49 | }; | 50 | }; |
