Fix renamed options

This commit is contained in:
Tibo De Peuter 2023-09-15 10:04:24 +02:00
parent 5ca9ad69cf
commit a004e4c358
2 changed files with 11 additions and 11 deletions

View file

@ -16,8 +16,14 @@
desktopManager.plasma5 = {
enable = true;
useQtScaling = true;
};
excludePackages = with pkgs.libsForQt5; [
excludePackages = with pkgs; [
xterm
];
};
environment.plasma5.excludePackages = with pkgs.libsForQt5; [
elisa
okular
khelpcenter
@ -26,10 +32,4 @@
plasma-systemmonitor
gwenview
];
};
excludePackages = with pkgs; [
xterm
];
};
}

View file

@ -3,7 +3,7 @@
{
services.openssh = {
enable = true;
passwordAuthentication = false;
settings.PasswordAuthentication = false;
};
home-manager.users.tdpeuter = {