This commit is contained in:
2024-02-18 22:14:40 +01:00
parent 1c8b22e443
commit 99c6bc4b6f
9 changed files with 64 additions and 24 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
};
aggregatedFonts = pkgs.buildEnv {
name = "system-fonts";
paths = config.fonts.fonts;
paths = config.fonts.packages;
pathsToLink = [ "/share/fonts" ];
};
in {
+1
View File
@@ -9,6 +9,7 @@
(pkgs.lutris.override {
extraPkgs = pkgs: [
pkgs.wineWowPackages.staging
pkgs.winetricks
pkgs.pixman
pkgs.libjpeg
pkgs.gnome.zenity