chore: bump flakelovk

This commit is contained in:
Nydragon 2024-08-29 11:03:23 +02:00
parent 536596ef33
commit c29ddeb2a5
Signed by: nydragon
SSH key fingerprint: SHA256:iQnIC12spf4QjWSbarmkD2No1cLMlu6TWoV7K6cYF5g
2 changed files with 15 additions and 15 deletions

24
flake.lock generated
View file

@ -215,11 +215,11 @@
"utils": "utils" "utils": "utils"
}, },
"locked": { "locked": {
"lastModified": 1724637779, "lastModified": 1724796737,
"narHash": "sha256-suzQjgHwf3veb2SGaeJmlBBqe5ARLAXmdaHA29WpTC4=", "narHash": "sha256-SYW/fOirEjLoCbYGy5oHIYMqcFNj1gKMYzw1fITv4w0=",
"owner": "nydragon", "owner": "nydragon",
"repo": "nysh", "repo": "nysh",
"rev": "0ee27b0a445fd7de3a15e8f576041d44c283483a", "rev": "d91add565552d876bd347ba3d88b9ad71329fc33",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -236,17 +236,17 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1724598086, "lastModified": 1724747674,
"narHash": "sha256-RwLvR0p1vnGDFz9qXz6QLaFPQ751doKLG1ROWZh6zcA=", "narHash": "sha256-cthXS5qWVK/Lo3Ok22d2DbQ+V1x4xExtYohQo1mdPec=",
"owner": "Nydragon", "ref": "refs/heads/master",
"repo": "quickshell", "rev": "c60871a7fb56f66c9b4057bddc5326d4fa405164",
"rev": "7aa93ccf9ddb383e54a742cccba27cff37a43c8c", "revCount": 306,
"type": "github" "type": "git",
"url": "https://git.outfoxxed.me/outfoxxed/quickshell"
}, },
"original": { "original": {
"owner": "Nydragon", "type": "git",
"repo": "quickshell", "url": "https://git.outfoxxed.me/outfoxxed/quickshell"
"type": "github"
} }
}, },
"rofi-obsidian": { "rofi-obsidian": {

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: { pkgs, config, ... }:
let let
validatePath = validatePath =
s: if (builtins.pathExists s) then (builtins.baseNameOf s) else throw "${s} does not exist"; s: if (builtins.pathExists s) then (builtins.baseNameOf s) else throw "${s} does not exist";
@ -28,8 +28,8 @@ rec {
flavor = "frappe"; flavor = "frappe";
}; };
}; };
cursorTheme = with home.pointerCursor; { cursorTheme = {
inherit name package size; inherit (config.home.pointerCursor) name package size;
}; };
}; };