This commit is contained in:
zoe 2022-10-31 20:28:38 +01:00
parent 0782bf233e
commit 0b05c67601
2 changed files with 5 additions and 0 deletions

View File

@ -101,6 +101,10 @@ in
titlebar = false;
border = 2;
};
gaps = {
inner = 2;
outer = 4;
};
bars = [
{

View File

@ -3,6 +3,7 @@ let
myConfig = import ./config.nix;
in
{
package = pkgs.i3-gaps;
enable = true;
config = myConfig;
}