This commit is contained in:
2026-08-12 16:01:27 -05:00
parent 0d7bdeacf1
commit 80c985e504
2 changed files with 19 additions and 18 deletions
+1
View File
@@ -13,6 +13,7 @@ flake.nixosModules.lily-desktop = { pkgs, ... }:{
services.displayManager.gdm.enable = true;
services.desktopManager.gnome.enable = true;
services.desktopManager.plasma6.enable = true;
services.displayManager.defaultSession = "plasma";
programs.ssh.askPassword = "${pkgs.x11_ssh_askpass}/libexec/z11-ssh-askpass";