dot_testing/home/nws/default.nix

10 lines
112 B
Nix

{ lib, config, pkgs, home, ... }:
{
home.file = {
".config/nws" = {
text = ''KOHX'';
};
};
}