This commit is contained in:
Miguel Palhas
2025-04-24 22:27:13 +01:00
parent cbab3c5cb1
commit dbbb887a82
4 changed files with 20 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
{ config, pkgs, ... }:
{
xsession.windowManager.i3 = {
enable = true;
package = pkgs.i3-gaps;
config = {
modifier = "Mod4";
gaps = {
inner = 10;
outer = 5;
};
};
};
}
+1
View File
@@ -14,6 +14,7 @@
../common/programs/desktop
../common/programs/zen-browser.nix
../common/programs/hyprland
../common/programs/i3.nix
../common/programs/ghostty.nix
../common/programs/syncthing.nix
../common/programs/unity.nix