summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-02-02 22:27:04 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-02-02 22:27:04 +0530
commit9881f2cb777a54483c4b2932b45ccc13332a57d9 (patch)
treedfd66e5e3dd0631fed3b48903df13f12bb082e72 /modules
parentd2e042cb074c1930724a06e32a50204befc3508a (diff)
update
Diffstat (limited to 'modules')
-rw-r--r--modules/login.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/login.nix b/modules/login.nix
index ee4e29d..0789cff 100644
--- a/modules/login.nix
+++ b/modules/login.nix
@@ -10,8 +10,8 @@
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 \"startplasma-wayland\"";
+ command = "tuigreet --time --remember --cmd \"dwl -s dwlb\"";
user = "greeter";
};
};