mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
partition-manager.enable = true;
|
||||
lazygit.enable = true;
|
||||
yazi = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user