Revert "Switch from i3-gaps to i3 due to merge"

This reverts commit 877533da92.
inky
Elnu 2 years ago
parent 877533da92
commit b06f7eac44

@ -22,7 +22,10 @@
}; };
defaultSession = "none+i3"; defaultSession = "none+i3";
}; };
windowManager.i3.enable = true; windowManager.i3 = {
enable = true;
package = pkgs.i3-gaps;
};
}; };
}; };

Loading…
Cancel
Save