feat(wm): enable niri as default

This commit is contained in:
etwas 2025-11-14 21:53:45 +01:00
parent b5dacf6d19
commit 9f33975f63
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0

View file

@ -12,7 +12,7 @@
enable = true;
settings = {
default_session = {
command = "${pkgs.tuigreet}/bin/tuigreet -t -g \"Hello there (^^)/\" --cmd 'Hyprland'";
command = "${pkgs.tuigreet}/bin/tuigreet -t -g \"Hello there (^^)/\" --cmd 'niri'";
user = "etwas";
};
};