Niri: Difference between revisions
Denperidge (talk | contribs) Added troubleshooting: waybar launches twice |
→Configuration: with greetd |
||
| Line 45: | Line 45: | ||
See [https://yalter.github.io/niri/ the wiki] for configuration options for niri. | See [https://yalter.github.io/niri/ the wiki] for configuration options for niri. | ||
=== Greetd === | |||
You can start `niri` with greetd configuration: | |||
{{file|/etc/nixos/configuration.nix|nix|3= | |||
programs.niri.enable = true; | |||
services.greetd = { | |||
enable = true; | |||
settings = { | |||
default_session = { | |||
command = "${config.programs.niri.package}/bin/niri-session"; | |||
user = "myuser"; | |||
}; | |||
}; | |||
}; | |||
}} | |||
== Additional Setup == | == Additional Setup == | ||