mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-12-04 18:05:58 +01:00
Systemd-start: use programs.hyprland.withUWSM
option for NixOS installation
This commit is contained in:
parent
f6a67ff501
commit
680ef5066e
1 changed files with 1 additions and 8 deletions
|
@ -22,14 +22,7 @@ yay -S uwsm
|
|||
{{% details title="Nix/NixOS" closed="true" %}}
|
||||
|
||||
```nix
|
||||
programs.uwsm = {
|
||||
enable = true;
|
||||
waylandCompositors.hyprland = {
|
||||
binPath = "/run/current-system/sw/bin/Hyprland";
|
||||
comment = "Hyprland session managed by uwsm";
|
||||
prettyName = "Hyprland";
|
||||
};
|
||||
};
|
||||
programs.hyprland.withUWSM = true;
|
||||
```
|
||||
|
||||
The above option generates a new desktop entry, `hyprland-uwsm.desktop`, which will be available in display managers.
|
||||
|
|
Loading…
Reference in a new issue