From 6280530da327a5473539fec509621e45dbac577f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 14 Feb 2024 15:40:36 +0200 Subject: [PATCH] vm: make awesome the default --- hosts/vm/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/vm/configuration.nix b/hosts/vm/configuration.nix index 9a94629..9b3ef88 100644 --- a/hosts/vm/configuration.nix +++ b/hosts/vm/configuration.nix @@ -54,6 +54,7 @@ desktopManager.xfce.enable = true; displayManager = { lightdm.enable = true; + defaultSession = "none+awesome"; autoLogin = { enable = true; user = "nixos";