summaryrefslogtreecommitdiff
path: root/modules/login.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/login.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/login.nix b/modules/login.nix
index c439e52..5ec23cc 100644
--- a/modules/login.nix
+++ b/modules/login.nix
@@ -10,8 +10,9 @@
enable = true;
settings = {
default_session = {
- command = "tuigreet --time --remember --cmd \"startplasma-wayland\"";
- # command = "tuigreet --time --remember --cmd \"dwl -s dwlb\"";
+ # command = "tuigreet --time --remember --cmd \"sway\"";
+ # command = "tuigreet --time --remember --cmd \"startplasma-wayland\"";
+ command = "tuigreet --time --remember --cmd \"dwl -s dwlb\"";
user = "greeter";
};
};