diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-03-09 23:44:45 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-03-09 23:44:45 -0400 |
commit | 365a13de3e19c66f6bb2ffb806e8086a068ffc25 (patch) | |
tree | 5a42e6a12b06124bc9b34c77f5b85ea988759f38 /home-config/nix-home-manager/flake.lock | |
parent | b64aeaac7a6316181e8cec7eb7530c08fb9eca41 (diff) |
changed hyprland build, added mouse fx, firefox changes
Diffstat (limited to 'home-config/nix-home-manager/flake.lock')
-rw-r--r-- | home-config/nix-home-manager/flake.lock | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/home-config/nix-home-manager/flake.lock b/home-config/nix-home-manager/flake.lock index 9316edc..a0c7e15 100644 --- a/home-config/nix-home-manager/flake.lock +++ b/home-config/nix-home-manager/flake.lock | |||
@@ -49,6 +49,27 @@ | |||
49 | "type": "github" | 49 | "type": "github" |
50 | } | 50 | } |
51 | }, | 51 | }, |
52 | "clipboard-sync": { | ||
53 | "inputs": { | ||
54 | "nixpkgs": [ | ||
55 | "nixpkgs" | ||
56 | ] | ||
57 | }, | ||
58 | "locked": { | ||
59 | "lastModified": 1731355357, | ||
60 | "narHash": "sha256-kTXsO+hskCfX36+Ez1fHu9SO54uUY2lofkrbMKE3Vrk=", | ||
61 | "owner": "dnut", | ||
62 | "repo": "clipboard-sync", | ||
63 | "rev": "943e49e0a9a16b54bbab3704e99b6cf6ad4ea19f", | ||
64 | "type": "github" | ||
65 | }, | ||
66 | "original": { | ||
67 | "owner": "dnut", | ||
68 | "repo": "clipboard-sync", | ||
69 | "rev": "943e49e0a9a16b54bbab3704e99b6cf6ad4ea19f", | ||
70 | "type": "github" | ||
71 | } | ||
72 | }, | ||
52 | "flake-compat": { | 73 | "flake-compat": { |
53 | "flake": false, | 74 | "flake": false, |
54 | "locked": { | 75 | "locked": { |
@@ -156,6 +177,31 @@ | |||
156 | "type": "github" | 177 | "type": "github" |
157 | } | 178 | } |
158 | }, | 179 | }, |
180 | "hypr-dynamic-cursors": { | ||
181 | "inputs": { | ||
182 | "hyprland": [ | ||
183 | "hyprland" | ||
184 | ], | ||
185 | "nixpkgs": [ | ||
186 | "hyprland", | ||
187 | "nixpkgs" | ||
188 | ] | ||
189 | }, | ||
190 | "locked": { | ||
191 | "lastModified": 1738522286, | ||
192 | "narHash": "sha256-Fg4+6Yko8V9b19/62jfKH0IWTiiRDMso1P1TnjAcs/8=", | ||
193 | "owner": "VirtCode", | ||
194 | "repo": "hypr-dynamic-cursors", | ||
195 | "rev": "fd6214629937949ecd8a39f4b5ebbce2afac0dd5", | ||
196 | "type": "github" | ||
197 | }, | ||
198 | "original": { | ||
199 | "owner": "VirtCode", | ||
200 | "repo": "hypr-dynamic-cursors", | ||
201 | "rev": "fd6214629937949ecd8a39f4b5ebbce2afac0dd5", | ||
202 | "type": "github" | ||
203 | } | ||
204 | }, | ||
159 | "hyprcursor": { | 205 | "hyprcursor": { |
160 | "inputs": { | 206 | "inputs": { |
161 | "hyprlang": [ | 207 | "hyprlang": [ |
@@ -725,7 +771,9 @@ | |||
725 | }, | 771 | }, |
726 | "root": { | 772 | "root": { |
727 | "inputs": { | 773 | "inputs": { |
774 | "clipboard-sync": "clipboard-sync", | ||
728 | "home-manager": "home-manager", | 775 | "home-manager": "home-manager", |
776 | "hypr-dynamic-cursors": "hypr-dynamic-cursors", | ||
729 | "hyprland": "hyprland", | 777 | "hyprland": "hyprland", |
730 | "hyprlock": "hyprlock", | 778 | "hyprlock": "hyprlock", |
731 | "hyprpicker-git": "hyprpicker-git", | 779 | "hyprpicker-git": "hyprpicker-git", |