diff options
author | Alan Pearce | 2019-08-26 11:51:33 +0200 |
---|---|---|
committer | Alan Pearce | 2019-08-26 11:51:33 +0200 |
commit | 4b08ea4df136f30a6f870322ed96cbadc17741ad (patch) | |
tree | 7db48f6210ca3dc3f4f70879b8cd723d26932401 /modules | |
parent | 40581eb7fd601d9af881d0b056a381f14553b35e (diff) | |
download | nixos-configuration-4b08ea4df136f30a6f870322ed96cbadc17741ad.tar.lz nixos-configuration-4b08ea4df136f30a6f870322ed96cbadc17741ad.tar.zst nixos-configuration-4b08ea4df136f30a6f870322ed96cbadc17741ad.zip |
i3: use standard package instead of -gaps
Diffstat (limited to 'modules')
-rw-r--r-- | modules/programs/i3.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/programs/i3.nix b/modules/programs/i3.nix index 76dc66d..f73664e 100644 --- a/modules/programs/i3.nix +++ b/modules/programs/i3.nix @@ -2,7 +2,6 @@ { services.xserver.windowManager.i3 = { enable = true; - package = pkgs.i3-gaps; extraSessionCommands = '' ${pkgs.dunst}/bin/dunst & ${pkgs.sxhkd}/bin/sxhkd & |