My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[zaphod] fix krita crash

dish 3eeab210 a20f8d00

+5
+4
hosts/zaphod/misc.nix
··· 53 53 percentageLow = 30; 54 54 percentageCritical = 15; 55 55 }; 56 + # https://github.com/NixOS/nixpkgs/issues/149812 57 + environment.extraInit = '' 58 + export XDG_DATA_DIRS="$XDG_DATA_DIRS:${pkgs.gtk3}/share/gsettings-schemas/${pkgs.gtk3.name}" 59 + ''; 56 60 }
+1
nixosModules/homes/thehedgehog-zaphod/default.nix
··· 24 24 py.profiles.desktop = { 25 25 enable = true; 26 26 }; 27 + xdg.systemDirs.data = [ "${pkgs.gtk3}/share/gsettings-schemas/${pkgs.gtk3.name}" ]; 27 28 }; 28 29 }