Removed sway from system (hyprland has proven to be very stable)

This commit is contained in:
2025-07-14 10:08:39 +01:00
parent 3825d144c5
commit 3294e8d0cd
2 changed files with 1 additions and 5 deletions

View File

@@ -24,7 +24,6 @@
pkgs.qmk-udev-rules
pkgs.qmk_hid
pkgs.seahorse
pkgs.sway # More stable, backup DE
pkgs.wayland
pkgs.wayland-utils
pkgs.xdg-desktop-portal-gtk

View File

@@ -9,12 +9,9 @@
# Activate DEs
programs.hyprland = {
enable = true;
withUWSM = true;
xwayland.enable = true;
};
programs.sway = {
enable = true;
extraOptions = ["--unsupported-gpu"];
};
programs.waybar.enable = true;
# Enable my preferred DE utilities