This commit is contained in:
Aleksandr Lebedev 2025-10-23 17:35:31 +02:00
parent e7cd990123
commit 8008a11649
4 changed files with 149 additions and 79 deletions

View file

@ -62,7 +62,7 @@
# The name "snowfall-lib" is required due to how Snowfall Lib processes your
# flake's inputs.
snowfall-lib = {
url = "github:anntnzrb/snowfall-lib"; #"git+file:///home/kylekrein/Git/snowfall-lib";
url = "git+https://git.kylekrein.com/kylekrein/snowfall-lib"; #"git+file:///home/kylekrein/Git/snowfall-lib";
inputs.nixpkgs.follows = "nixpkgs";
};
snowfall-flake = {
@ -89,7 +89,6 @@
url = "github:KyleKrein/DesktopShell";
inputs.nixpkgs.follows = "nixpkgs";
inputs.dgop.follows = "dgop";
inputs.quickshell.follows = "quickshell";
};
rose-pine-hyprcursor = {
url = "github:ndom91/rose-pine-hyprcursor";