summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-06-04 14:48:39 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-06-04 14:48:39 +0530
commita3b37708f641338c45b788f6622b08a0d55f5729 (patch)
tree1cb174183db045c7ad09272b9e7d3cfc081fb21f /modules
parentdabd3194f50778f175023fd454d00a6e0a4cdf6d (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 f693969..dbf084a 100644
--- a/modules/login.nix
+++ b/modules/login.nix
@@ -11,8 +11,8 @@
settings = {
default_session = {
# command = "tuigreet --time --remember --cmd \"sway\"";
- # 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";
};
};