fix: niri - settings per host (#214)

This commit is contained in:
Ryan Yin
2025-08-20 14:55:08 +08:00
committed by GitHub
parent 155c02ed66
commit b7f12a6ff2

View File

@@ -37,6 +37,8 @@ in
config = lib.mkIf cfg.enable (
lib.mkMerge [
{
programs.niri.config = cfg.settings;
# NOTE: this executable is used by greetd to start a wayland session when system boot up
# with such a vendor-no-locking script, we can switch to another wayland compositor without modifying greetd's config in NixOS module
home.file.".wayland-session" = {