mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-22 15:01:57 +00:00
Removed sway from system (hyprland has proven to be very stable)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user