make xwayland work

This commit is contained in:
cy 2025-01-19 01:20:01 -05:00
parent 973993af60
commit 929c98faf5
2 changed files with 7 additions and 2 deletions

View file

@ -16,5 +16,6 @@ in
config = lib.mkIf cfg.enable {
programs.niri.package = cfg.package;
programs.niri.enable = true;
programs.xwayland.enable = true;
};
}