fix cursors and wallpapers

This commit is contained in:
jackjohn7 2026-03-28 20:40:26 -05:00
parent 85dd534f53
commit 7cada7d4b5
2 changed files with 20 additions and 17 deletions

View file

@ -1,6 +1,6 @@
wallpaper { wallpaper {
monitor = eDP-1 monitor = eDP-1
path = ~/Pictures/wallpapers/Augustine/Augustine-catppuccin-mocha.png path = ~/Pictures/wallpapers/Augustine-catppuccin-mocha.png
fit_mode = cover fit_mode = cover
} }

View file

@ -8,6 +8,8 @@
... ...
}: }:
{ {
config = {
environment.systemPackages = with pkgs; [ bibata-cursors ];
hjem.users."${config.username}" = { hjem.users."${config.username}" = {
enable = true; enable = true;
files = { files = {
@ -27,4 +29,5 @@
}; };
}; };
}; };
};
} }