Ch ch ch ch changes

This commit is contained in:
2022-03-25 22:22:02 +00:00
parent 33a659a6bb
commit 14c50612e2
3 changed files with 16 additions and 9 deletions

View File

@@ -1,10 +1,16 @@
{ config, lib, pkgs, ...}:
{
home.file = {
"wallpapers" = {
source = ./wallpapers;
home = {
file = {
"wallpapers" = {
source = ./wallpapers;
};
};
packages = with pkgs; [
jetbrains.goland
];
};
programs.kitty.font.size = 19;