nix-config/home/wm/niri/default.nix

3 lines
83 B
Nix

{
home.file.".config/niri/config.kdl".text = builtins.readFile ./niriconf.kdl;
}