This commit is contained in:
2025-07-26 23:49:28 +03:00
parent f2f59a15e8
commit 0a186d881e
2 changed files with 11 additions and 7 deletions
+11 -6
View File
@@ -10,12 +10,16 @@
style = "breeze";
platformTheme = "kde6"; # kde6
};
environment.plasma6.excludePackages = with pkgs.kdePackages; [
plasma-browser-integration
elisa
# kwallet
# kwallet-pam
# kwalletmanager
environment.plasma6.excludePackages = with pkgs; [
kdePackages.plasma-browser-integration
kdePackages.elisa
kdePackages.ksshaskpass
kdePackages.kwallet
kdePackages.kwallet-pam
kdePackages.kwalletmanager
libsForQt5.kwallet
libsForQt5.kwallet-pam
libsForQt5.kwalletmanager
];
services = {
displayManager = {
@@ -30,4 +34,5 @@
};
desktopManager.plasma6.enable = true;
};
programs.partition-manager.enable = true;
}
-1
View File
@@ -13,7 +13,6 @@
};
};
};
partition-manager.enable = true;
lazygit.enable = true;
yazi = {
enable = true;