Merge pull request #197069 from rnhmjoj/pr-minimal

nixos/profiles/minimal: don't install freedesktop files
This commit is contained in:
Michele Guerini Rocco
2022-10-24 10:57:40 +02:00
committed by GitHub
+5
View File
@@ -13,4 +13,9 @@ with lib;
documentation.nixos.enable = mkDefault false;
programs.command-not-found.enable = mkDefault false;
xdg.autostart.enable = mkDefault false;
xdg.icons.enable = mkDefault false;
xdg.mime.enable = mkDefault false;
xdg.sounds.enable = mkDefault false;
}