nyaa!~
This commit is contained in:
parent
e88165d07d
commit
54af18337b
4
home/base/nya.nix
Normal file
4
home/base/nya.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ lib, ... }: {
|
||||
home.file =
|
||||
lib.mkMerge (map (x: { "${x}" = { text = "nyaa!~\n"; }; }) [ "girl" "boy" ]);
|
||||
}
|
Loading…
Reference in a new issue