diff options
author | polwex <polwex@sortug.com> | 2025-03-06 14:24:52 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-03-06 14:24:52 +0700 |
commit | 6dcb4af2623174c4c52202c7ea064f40a35091ed (patch) | |
tree | 751d6a89a4a2e1d1f300fa00d3bf829413fb965f /hosts/local/i3.nix | |
parent | 3af8fa41d6299c6b88038911cc091a152f189e12 (diff) |
m
Diffstat (limited to 'hosts/local/i3.nix')
-rw-r--r-- | hosts/local/i3.nix | 47 |
1 files changed, 6 insertions, 41 deletions
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; |