Files
nix-dotfiles/modules/desktop/plasma.nix
T

11 lines
249 B
Nix

{ ... }:
{
services.desktopManager.plasma6.enable = true;
services.displayManager = {
plasma-login-manager.enable = true;
autoLogin = { enable = true; user = "emmatherock"; };
};
security.pam.services.login.enableKwallet = true;
}