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

6
flake.lock generated
View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1759036355, "lastModified": 1760284886,
"narHash": "sha256-0m27AKv6ka+q270dw48KflE0LwQYrO7Fm4/2//KCVWg=", "narHash": "sha256-TK9Kr0BYBQ/1P5kAsnNQhmWWKgmZXwUQr4ZMjCzWf2c=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e9f00bd893984bc8ce46c895c3bf7cac95331127", "rev": "cf3f5c4def3c7b5f1fc012b3d839575dbe552d43",
"type": "github" "type": "github"
}, },
"original": { "original": {