Disable KDE Qt5 integration to save more disk space

This commit is contained in:
SIPB 2025-10-14 12:30:33 -04:00
parent e29fc378aa
commit 98bc5ad185
2 changed files with 10 additions and 10 deletions

View file

@ -58,7 +58,10 @@
};
services = {
desktopManager.plasma6.enable = true;
desktopManager.plasma6 = {
enable = true;
enableQt5Integration = false; # Save some disk space
};
displayManager.sddm.enable = true;
openssh = {
enable = true;
@ -79,10 +82,10 @@
};
programs = {
kde-pim.enable = false; # Save some disk space
git.enable = true;
fish.enable = true;
firefox.enable = true;
fish.enable = true;
git.enable = true;
kde-pim.enable = false; # Save some disk space
};
# List packages installed in system profile.
@ -92,9 +95,6 @@
micro
];
# Use run0 instead
security.sudo.enable = false;
# This option defines the first version of NixOS you have installed on this particular machine,
# and is used to maintain compatibility with application data (e.g. databases) created on older NixOS versions.
#