This commit is contained in:
ChaotiCryptidz 2022-04-11 15:14:07 +01:00
parent e88165d07d
commit 54af18337b
No known key found for this signature in database

4
home/base/nya.nix Normal file
View file

@ -0,0 +1,4 @@
{ lib, ... }: {
home.file =
lib.mkMerge (map (x: { "${x}" = { text = "nyaa!~\n"; }; }) [ "girl" "boy" ]);
}