From 6dcb4af2623174c4c52202c7ea064f40a35091ed Mon Sep 17 00:00:00 2001 From: polwex Date: Thu, 6 Mar 2025 14:24:52 +0700 Subject: m --- hosts/local/i3.nix | 47 ++++++----------------------------------------- 1 file changed, 6 insertions(+), 41 deletions(-) (limited to 'hosts/local/i3.nix') diff --git a/hosts/local/i3.nix b/hosts/local/i3.nix index 210c0d0..f955c56 100644 --- a/hosts/local/i3.nix +++ b/hosts/local/i3.nix @@ -4,8 +4,9 @@ xkb.layout = "us"; xkb.variant = ""; enable = true; + autorun = false; desktopManager = { - xterm.enable = true; + xterm.enable = false; }; windowManager.i3 = { enable = true; @@ -18,8 +19,10 @@ ]; }; }; - # TODO check autotiling - services.displayManager.defaultSession = "none+i3"; + # Boot to terminal + services.displayManager = { + defaultSession = "none+i3"; + }; environment.sessionVariables = { GTK_IM_MODULE = "fcitx"; @@ -37,40 +40,12 @@ environment.systemPackages = with pkgs; [ #notifications dunst - # gnome stuff - nautilus polybar rofi - xorg.xev - imv - # - digikam # screenshots flameshot shutter xclip - maim - - kitty - alacritty - ghostty - signal-desktop - tdesktop - brave - gimp - vlc - # - mpv - celluloid - ffmpeg-full - nv-codec-headers - # - smplayer - thunderbird - kmail - firefox - vivaldi - chromium pavucontrol # icons polkit_gnome @@ -81,16 +56,6 @@ lxappearance adwaita-qt adwaita-icon-theme - xfce.thunar - libreoffice - qbittorrent - zathura - # - libcamera # pipewire seems to want this - easyeffects - # games! - ryujinx - wineWowPackages.staging ]; services.flatpak.enable = true; -- cgit v1.2.3