diff options
| author | Dylan <boss@tehbox.org> | 2026-04-29 23:15:45 +1200 |
|---|---|---|
| committer | Dylan <boss@tehbox.org> | 2026-04-29 23:19:15 +1200 |
| commit | f96e43f992211290e3287facc505bea0bc1a3931 (patch) | |
| tree | 02860a965002f0418847cedad2fac2e71208b443 /modules/xorg.nix | |
| parent | da3a4174ae0a287871e36899893abe9c858ad7e5 (diff) | |
| download | nixos-configuration-f96e43f992211290e3287facc505bea0bc1a3931.tar.gz nixos-configuration-f96e43f992211290e3287facc505bea0bc1a3931.zip | |
Lots of updates
Diffstat (limited to 'modules/xorg.nix')
| -rw-r--r-- | modules/xorg.nix | 2 |
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 = { |
