mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2024-12-04 20:05:00 +01:00
fix: add missing pkgs binding
feat: update wallpaper for catppuccin theme
This commit is contained in:
parent
e1bbf4856e
commit
6443c085d4
2 changed files with 3 additions and 2 deletions
|
@ -156,8 +156,8 @@ in
|
|||
};
|
||||
|
||||
"org/gnome/desktop/background" = {
|
||||
picture-uri = lib.snowfall.fs.get-file "resources/wallpapers/blossoms.png";
|
||||
picture-uri-dark = lib.snowfall.fs.get-file "resources/wallpapers/blossoms.png";
|
||||
picture-uri = lib.snowfall.fs.get-file "resources/wallpapers/catppuccin_blue_cat.png";
|
||||
picture-uri-dark = lib.snowfall.fs.get-file "resources/wallpapers/catppuccin_blue_cat.png";
|
||||
};
|
||||
|
||||
"org/gnome/desktop/interface" = {
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
lib,
|
||||
namespace,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: with lib; with lib.${namespace};
|
||||
let
|
||||
|
|
Loading…
Reference in a new issue