mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2026-06-04 09:52:03 +01:00
Fixed UWSM entries PROPERLY
This commit is contained in:
@@ -13,8 +13,11 @@ in {
|
||||
programs = {
|
||||
uwsm = {
|
||||
enable = true;
|
||||
waylandCompositors.hyprland.binPath = lib.mkForce "/run/current-system/sw/bin/start-hyprland";
|
||||
prettyName = "Hyprland";
|
||||
waylandCompositors.hyprland = {
|
||||
binPath = lib.mkForce "/run/current-system/sw/bin/start-hyprland";
|
||||
prettyName = "Hyprland";
|
||||
comment = "Hyprland managed by UWSM";
|
||||
};
|
||||
};
|
||||
regreet = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user