Add new PC

This commit is contained in:
2024-02-15 22:37:42 +00:00
parent 81c55bd08c
commit b5fbc0572a
8 changed files with 118 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
config,
lib,
pkgs,
...
}: {
home.file = {
"wallpapers" = {
source = ./wallpapers;
};
};
programs.kitty.font.size = 14;
}