summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2019-08-26 11:51:33 +0200
committerAlan Pearce2019-08-26 11:51:33 +0200
commit4b08ea4df136f30a6f870322ed96cbadc17741ad (patch)
tree7db48f6210ca3dc3f4f70879b8cd723d26932401
parent40581eb7fd601d9af881d0b056a381f14553b35e (diff)
downloadnixfiles-4b08ea4df136f30a6f870322ed96cbadc17741ad.tar.lz
nixfiles-4b08ea4df136f30a6f870322ed96cbadc17741ad.tar.zst
nixfiles-4b08ea4df136f30a6f870322ed96cbadc17741ad.zip
i3: use standard package instead of -gaps
-rw-r--r--modules/programs/i3.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/programs/i3.nix b/modules/programs/i3.nix
index 76dc66dc..f73664e6 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 &