/ wm / niri / niri.nix
niri.nix
1  { config, lib, pkgs, ... }: {
2    home.file.".config/niri/config.kdl" = { source = ./config.kdl; };
3    home.packages = [ pkgs.xwayland-satellite pkgs.xwayland-run pkgs.cage pkgs.squeekboard pkgs.brightnessctl ];
4  }