nixos: Modularize NixOS and Home Manager config
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{ ... }:
|
||||
{
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
services.displayManager = {
|
||||
plasma-login-manager.enable = true;
|
||||
autoLogin = { enable = true; user = "emmatherock"; };
|
||||
};
|
||||
security.pam.services.login.enableKwallet = true;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user