Systemd-start: use programs.hyprland.withUWSM option for NixOS installation

This commit is contained in:
fqidz 2024-11-22 22:51:12 +03:00 committed by Mihai Fufezan
parent f6a67ff501
commit 680ef5066e

View file

@ -22,14 +22,7 @@ yay -S uwsm
{{% details title="Nix/NixOS" closed="true" %}} {{% details title="Nix/NixOS" closed="true" %}}
```nix ```nix
programs.uwsm = { programs.hyprland.withUWSM = true;
enable = true;
waylandCompositors.hyprland = {
binPath = "/run/current-system/sw/bin/Hyprland";
comment = "Hyprland session managed by uwsm";
prettyName = "Hyprland";
};
};
``` ```
The above option generates a new desktop entry, `hyprland-uwsm.desktop`, which will be available in display managers. The above option generates a new desktop entry, `hyprland-uwsm.desktop`, which will be available in display managers.