aboutsummaryrefslogtreecommitdiff
path: root/modules/xorg.nix
diff options
context:
space:
mode:
authorDylan <boss@tehbox.org>2026-04-29 23:15:45 +1200
committerDylan <boss@tehbox.org>2026-04-29 23:19:15 +1200
commitf96e43f992211290e3287facc505bea0bc1a3931 (patch)
tree02860a965002f0418847cedad2fac2e71208b443 /modules/xorg.nix
parentda3a4174ae0a287871e36899893abe9c858ad7e5 (diff)
downloadnixos-configuration-f96e43f992211290e3287facc505bea0bc1a3931.tar.gz
nixos-configuration-f96e43f992211290e3287facc505bea0bc1a3931.zip
feat: Nix version bump + other updatesHEADmaster
Lots of updates
Diffstat (limited to 'modules/xorg.nix')
-rw-r--r--modules/xorg.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/xorg.nix b/modules/xorg.nix
index dbf2a77..e196e3d 100644
--- a/modules/xorg.nix
+++ b/modules/xorg.nix
@@ -33,7 +33,7 @@
windowManager.i3 = {
enable = true;
- package = pkgs.i3-gaps;
+ package = pkgs.i3;
};
windowManager.YATwm = {