Remove references to i3-gaps
This commit is contained in:
parent
21af7b4492
commit
e24c316deb
2 changed files with 1 additions and 5 deletions
|
@ -19,10 +19,7 @@ in
|
|||
};
|
||||
defaultSession = "none+i3";
|
||||
};
|
||||
windowManager.i3 = {
|
||||
enable = true;
|
||||
package = pkgs.i3-gaps;
|
||||
};
|
||||
windowManager.i3.enable = true;
|
||||
};
|
||||
udev.packages = [ pkgs.yubikey-personalization ];
|
||||
pcscd.enable = true;
|
||||
|
|
1
i3.nix
1
i3.nix
|
@ -31,7 +31,6 @@ in {
|
|||
config = {
|
||||
defaultWorkspace = "workspace number 1"; # defaults to 10 for some reason
|
||||
modifier = mod;
|
||||
# i3-gaps-specific configuration
|
||||
gaps = {
|
||||
inner = 12;
|
||||
smartGaps = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue