diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-09-11 19:15:53 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-09-11 19:15:53 +0000 |
| commit | 65aaad111c5f22675f82219640f4f252e3f9fd71 (patch) | |
| tree | ddddaa187db17a1a7fbd77365f549982fa22a33b /modules/client/labwc | |
| parent | upgraded nixos (diff) | |
moved to stable branch for stability
Diffstat (limited to '')
| -rw-r--r-- | modules/client/labwc/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/client/labwc/default.nix b/modules/client/labwc/default.nix index e0350f4..4344391 100644 --- a/modules/client/labwc/default.nix +++ b/modules/client/labwc/default.nix @@ -19,7 +19,7 @@ enable = true; settings = { default_session = { - command = "${pkgs.tuigreet}/bin/tuigreet --user-menu -rti --asterisks --cmd labwc"; + command = "${pkgs.greetd.tuigreet}/bin/tuigreet --user-menu -rti --asterisks --cmd labwc"; user = "greeter"; }; }; |
