fix: icon cache (add librsvg to gdk-pixbuf packages)

This commit is contained in:
Dmitriy Kholkin 2025-07-04 15:10:49 +03:00
parent 778e95a9cb
commit 83481a07f7
Signed by: AtaraxiaDev
GPG Key ID: FD266B810DF48DF2

View File

@ -95,7 +95,6 @@ in
desktopRole = recursiveUpdate baseRole {
ataraxia.defaults.hardware.graphics = mkDefault true;
ataraxia.defaults.sound.enable = mkDefault true;
ataraxia.wayland.enable = mkDefault true;
ataraxia.wayland.hyprland.enable = mkDefault true;
@ -103,14 +102,9 @@ in
boot.supportedFilesystems = [ "nfs" ];
# Fix some icon cache problems
programs.gdk-pixbuf.modulePackages = with pkgs; [ librsvg ];
services.gvfs.enable = mkDefault true;
# saved space, but you need to recompile gvfs
services.gvfs.package = (
pkgs.gnome.gvfs.override {
samba = null;
gnomeSupport = false;
}
);
services.getty.autologinUser = mkDefault defaultUser;
location = {