Fix renamed options
This commit is contained in:
parent
23af1ef5ea
commit
fd3850b40c
2 changed files with 11 additions and 11 deletions
|
@ -16,8 +16,14 @@
|
||||||
desktopManager.plasma5 = {
|
desktopManager.plasma5 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
useQtScaling = true;
|
useQtScaling = true;
|
||||||
|
};
|
||||||
|
|
||||||
excludePackages = with pkgs.libsForQt5; [
|
excludePackages = with pkgs; [
|
||||||
|
xterm
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
|
environment.plasma5.excludePackages = with pkgs.libsForQt5; [
|
||||||
elisa
|
elisa
|
||||||
okular
|
okular
|
||||||
khelpcenter
|
khelpcenter
|
||||||
|
@ -26,10 +32,4 @@
|
||||||
plasma-systemmonitor
|
plasma-systemmonitor
|
||||||
gwenview
|
gwenview
|
||||||
];
|
];
|
||||||
};
|
|
||||||
|
|
||||||
excludePackages = with pkgs; [
|
|
||||||
xterm
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{
|
{
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
passwordAuthentication = false;
|
settings.PasswordAuthentication = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.tdpeuter = {
|
home-manager.users.tdpeuter = {
|
||||||
|
|
Loading…
Reference in a new issue