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,22 +8,25 @@
... ...
}: }:
{ {
hjem.users."${config.username}" = { config = {
enable = true; environment.systemPackages = with pkgs; [ bibata-cursors ];
files = { hjem.users."${config.username}" = {
# GTK cursor settings enable = true;
".config/gtk-3.0/settings.ini".text = '' files = {
[Settings] # GTK cursor settings
gtk-cursor-theme-name=Bibata-Modern-Ice ".config/gtk-3.0/settings.ini".text = ''
gtk-cursor-theme-size=24 [Settings]
''; gtk-cursor-theme-name=Bibata-Modern-Ice
# X11/Wayland cursor environment gtk-cursor-theme-size=24
".config/environment.d/cursor.conf".text = '' '';
XCURSOR_THEME=Bibata-Modern-Ice # X11/Wayland cursor environment
XCURSOR_SIZE=24 ".config/environment.d/cursor.conf".text = ''
HYPRCURSOR_THEME=Bibata-Modern-Ice XCURSOR_THEME=Bibata-Modern-Ice
HYPRCURSOR_SIZE=24 XCURSOR_SIZE=24
''; HYPRCURSOR_THEME=Bibata-Modern-Ice
HYPRCURSOR_SIZE=24
'';
};
}; };
}; };
}; };