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";
|
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;
|
||||||
|
|
1
i3.nix
1
i3.nix
|
@ -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…
Add table
Reference in a new issue