diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/login.nix | 2 | ||||
| -rw-r--r-- | modules/wm_utils.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/modules/login.nix b/modules/login.nix index dbf084a..49daba0 100644 --- a/modules/login.nix +++ b/modules/login.nix @@ -11,7 +11,7 @@ settings = { default_session = { # command = "tuigreet --time --remember --cmd \"sway\""; - command = "tuigreet --time --remember --cmd \"startplasma-wayland\""; + command = "tuigreet --time --remember --cmd \"labwc\""; # command = "tuigreet --time --remember --cmd \"dwl -s dwlb\""; user = "greeter"; }; diff --git a/modules/wm_utils.nix b/modules/wm_utils.nix index 0b219e0..6242aa3 100644 --- a/modules/wm_utils.nix +++ b/modules/wm_utils.nix @@ -19,6 +19,7 @@ slurp sway-launcher-desktop + bemenu ]; xdg.portal.enable = true; |
