diff options
| author | Rosa <rosaontheweb@proton.me> | 2025-12-22 18:05:22 -0500 |
|---|---|---|
| committer | Rosa <rosaontheweb@proton.me> | 2025-12-22 18:05:22 -0500 |
| commit | 266a16508659a8a81a91cc3ec774be15f89d16b2 (patch) | |
| tree | 6777a042bf7c20f42ce900ba32b1c51a9b66296d /common/greetd.nix | |
| parent | d76111cd0de07c821844be4583ffb81eb2d59bf7 (diff) | |
setup niri
Diffstat (limited to 'common/greetd.nix')
| -rw-r--r-- | common/greetd.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/greetd.nix b/common/greetd.nix index 66abd6c..47f5f81 100644 --- a/common/greetd.nix +++ b/common/greetd.nix @@ -4,7 +4,7 @@ enable = true; settings = { default_session = { - command = "${pkgs.tuigreet}/bin/tuigreet --time --cmd start-hyprland"; + command = "${pkgs.tuigreet}/bin/tuigreet --time"; user = "greeter"; }; }; |
