all repos — archive/nixos-configuration @ 4b08ea4df136f30a6f870322ed96cbadc17741ad

Superseded by nixfiles

i3: use standard package instead of -gaps

Alan Pearce
commit

4b08ea4df136f30a6f870322ed96cbadc17741ad

parent

40581eb7fd601d9af881d0b056a381f14553b35e

1 file changed, 0 insertions(+), 1 deletion(-)

jump to
M modules/programs/i3.nixmodules/programs/i3.nix
@@ -2,7 +2,6 @@ { config, pkgs, ... }:
{ services.xserver.windowManager.i3 = { enable = true; - package = pkgs.i3-gaps; extraSessionCommands = '' ${pkgs.dunst}/bin/dunst & ${pkgs.sxhkd}/bin/sxhkd &