nix-config/home/wm/niriconf.nix

3 lines
87 B
Nix

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