summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2025-06-10 01:06:56 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2025-06-10 01:06:56 -0400
commit5fac2fe271b3ad0f26114fbe2fc0cb4d9fa667a9 (patch)
treec40295ac0b9e97b6b207ed2fb65168cd91c014c5
parent86245d770858cd4795123269b128d9b8399cd80e (diff)
updated all nix flakes
-rw-r--r--home-config/nix-home-manager/flake.nix18
1 files changed, 9 insertions, 9 deletions
diff --git a/home-config/nix-home-manager/flake.nix b/home-config/nix-home-manager/flake.nix
index 588c9ca..82229eb 100644
--- a/home-config/nix-home-manager/flake.nix
+++ b/home-config/nix-home-manager/flake.nix
@@ -3,30 +3,30 @@
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/d3d2d80a2191a73d1e86456a751b83aa13085d7d";
7 home-manager = { 7 home-manager = {
8 url = "github:nix-community/home-manager/579a71b948533667c6c65e603f18990bdffc8530"; 8 url = "github:nix-community/home-manager/e9763eb195c1e3d508892993cf112bd75d6fd712";
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/v0.8.2";
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.49.0";
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/f891ed0d36d3b7a51897da59c3d6e213935afc93"; 29 url = "github:danyspin97/wpaperd/37e4504b80d36395b7847ef2e3468e6a75d2a9ad";
30 inputs.nixpkgs.follows = "nixpkgs"; 30 inputs.nixpkgs.follows = "nixpkgs";
31 }; 31 };
32 mozff = { 32 mozff = {
@@ -38,12 +38,12 @@
38 inputs.nixpkgs.follows = "nixpkgs"; 38 inputs.nixpkgs.follows = "nixpkgs";
39 }; 39 };
40 hypr-dynamic-cursors = { 40 hypr-dynamic-cursors = {
41 url = "github:VirtCode/hypr-dynamic-cursors/07a9ca62466edf58a251a3d9d1470f8d502ffee0"; 41 url = "github:VirtCode/hypr-dynamic-cursors/761acf0e602e0f6549e5e6c0289a0402e6073489";
42 inputs.hyprland.follows = "hyprland"; 42 inputs.hyprland.follows = "hyprland";
43 inputs.nixpkgs.follows = "hyprland/nixpkgs"; 43 inputs.nixpkgs.follows = "hyprland/nixpkgs";
44 }; 44 };
45 zen-browser = { 45 zen-browser = {
46 url = "github:0xc000022070/zen-browser-flake/55681a87d6e094fa93d260993e8c154208e70a69"; 46 url = "github:0xc000022070/zen-browser-flake/4cbc88072f1597e1757ec82fefaacc02f49c6c98";
47 inputs.nixpkgs.follows = "nixpkgs"; 47 inputs.nixpkgs.follows = "nixpkgs";
48 inputs.home-manager.follows = "home-manager"; 48 inputs.home-manager.follows = "home-manager";
49 }; 49 };