mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-01-18 10:21:57 +00:00
Fixed hyprland startup warning issue
This commit is contained in:
@@ -11,7 +11,10 @@
|
||||
in {
|
||||
# Activate DEs
|
||||
programs = {
|
||||
uwsm.enable = true;
|
||||
uwsm = {
|
||||
enable = true;
|
||||
waylandCompositors.hyprland.binPath = lib.mkForce "/run/current-system/sw/bin/start-hyprland";
|
||||
};
|
||||
regreet = {
|
||||
enable = true;
|
||||
theme = {
|
||||
@@ -43,6 +46,7 @@ in {
|
||||
withUWSM = true;
|
||||
xwayland.enable = true;
|
||||
};
|
||||
iio-hyprland.enable = true;
|
||||
|
||||
# Enable my preferred DE utilities
|
||||
thunar = {
|
||||
|
||||
Reference in New Issue
Block a user