Switch from i3-gaps to i3 due to merge

This commit is contained in:
Elnu 2023-01-05 11:53:40 -08:00
parent cd68e65304
commit 877533da92

View file

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