dot_testing/home/nws/default.nix
2024-03-18 18:27:29 -05:00

10 lines
112 B
Nix

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