10 lines
112 B
Nix
10 lines
112 B
Nix
{ lib, config, pkgs, home, ... }:
|
|
|
|
{
|
|
home.file = {
|
|
".config/nws" = {
|
|
text = ''KOHX'';
|
|
};
|
|
};
|
|
}
|