From 6b594df4be89fc3e9358cc61cc69dda5131a642c Mon Sep 17 00:00:00 2001 From: zoe Date: Mon, 4 Sep 2023 17:36:05 +0200 Subject: [PATCH] fully remove i3 --- configuration.nix | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) 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 = {