Big refactor WIP

This commit is contained in:
2022-04-15 16:40:32 +01:00
parent b1b692dbdf
commit ec73d821aa
35 changed files with 107 additions and 206 deletions

View File

@@ -0,0 +1,20 @@
{ config, lib, pkgs, ...}:
{
services.picom = {
enable = true;
vSync = true;
};
xsession.windowManager.i3.config.gaps.outer = 6;
xsession.windowManager.i3.config.gaps.inner = 5;
home.file = {
wallpapers = {
source = ./wallpapers;
};
};
programs.alacritty.settings.font.size = 10;
programs.kitty.font.size = 19;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 411 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 665 KiB