mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 06:30:10 +03:00
123
This commit is contained in:
@@ -10,12 +10,16 @@
|
|||||||
style = "breeze";
|
style = "breeze";
|
||||||
platformTheme = "kde6"; # kde6
|
platformTheme = "kde6"; # kde6
|
||||||
};
|
};
|
||||||
environment.plasma6.excludePackages = with pkgs.kdePackages; [
|
environment.plasma6.excludePackages = with pkgs; [
|
||||||
plasma-browser-integration
|
kdePackages.plasma-browser-integration
|
||||||
elisa
|
kdePackages.elisa
|
||||||
# kwallet
|
kdePackages.ksshaskpass
|
||||||
# kwallet-pam
|
kdePackages.kwallet
|
||||||
# kwalletmanager
|
kdePackages.kwallet-pam
|
||||||
|
kdePackages.kwalletmanager
|
||||||
|
libsForQt5.kwallet
|
||||||
|
libsForQt5.kwallet-pam
|
||||||
|
libsForQt5.kwalletmanager
|
||||||
];
|
];
|
||||||
services = {
|
services = {
|
||||||
displayManager = {
|
displayManager = {
|
||||||
@@ -30,4 +34,5 @@
|
|||||||
};
|
};
|
||||||
desktopManager.plasma6.enable = true;
|
desktopManager.plasma6.enable = true;
|
||||||
};
|
};
|
||||||
|
programs.partition-manager.enable = true;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,7 +13,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
partition-manager.enable = true;
|
|
||||||
lazygit.enable = true;
|
lazygit.enable = true;
|
||||||
yazi = {
|
yazi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user