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 = {
|
programs = {
|
||||||
uwsm = {
|
uwsm = {
|
||||||
enable = true;
|
enable = true;
|
||||||
waylandCompositors.hyprland.binPath = lib.mkForce "/run/current-system/sw/bin/start-hyprland";
|
waylandCompositors.hyprland = {
|
||||||
prettyName = "Hyprland";
|
binPath = lib.mkForce "/run/current-system/sw/bin/start-hyprland";
|
||||||
|
prettyName = "Hyprland";
|
||||||
|
comment = "Hyprland managed by UWSM";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
regreet = {
|
regreet = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user