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
commit bbdc6e34d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}