diff --git a/configuration.nix b/configuration.nix index 4910913..a920ee5 100644 --- a/configuration.nix +++ b/configuration.nix @@ -89,27 +89,12 @@ wacom.enable = true; displayManager = { startx.enable = true; - defaultSession = "none+i3"; + defaultSession = "none+sway"; }; enable = true; layout = "us"; xkbVariant = "alt-intl"; - windowManager.i3 = { - package = pkgs.i3-gaps; - enable = true; - extraPackages = with pkgs; [ - autotiling - brightnessctl - xorg.xev - dunst - libnotify - python311 - i3status-rust - find-cursor - ]; - }; - libinput = { enable = true; mouse = {