Remove references to i3-gaps

inky
Elnu 2 years ago
parent 21af7b4492
commit e24c316deb

@ -19,10 +19,7 @@ in
}; };
defaultSession = "none+i3"; defaultSession = "none+i3";
}; };
windowManager.i3 = { windowManager.i3.enable = true;
enable = true;
package = pkgs.i3-gaps;
};
}; };
udev.packages = [ pkgs.yubikey-personalization ]; udev.packages = [ pkgs.yubikey-personalization ];
pcscd.enable = true; pcscd.enable = true;

@ -31,7 +31,6 @@ in {
config = { config = {
defaultWorkspace = "workspace number 1"; # defaults to 10 for some reason defaultWorkspace = "workspace number 1"; # defaults to 10 for some reason
modifier = mod; modifier = mod;
# i3-gaps-specific configuration
gaps = { gaps = {
inner = 12; inner = 12;
smartGaps = true; smartGaps = true;

Loading…
Cancel
Save