diff options
| author | John Titor <50095635+JohnRTitor@users.noreply.github.com> | 2024-08-18 19:22:34 +0530 |
|---|---|---|
| committer | John Titor <50095635+JohnRTitor@users.noreply.github.com> | 2024-08-21 16:09:54 +0530 |
| commit | 93343775bd2c4a4afc573e842f24ef08bf350895 (patch) | |
| tree | bbe11e01fb699c4be941bf605220076fc458d977 /pkgs/development/python-modules/rangehttpserver | |
| parent | b2b8d7ce72d51b55ee5903d50d6382705449f9c3 (diff) | |
nixos/uwsm: init
[UWSM](https://github.com/Vladimir-csp/uwsm) is a session manager that wraps a wayland
window compositor with useful systemd units like `graphical-session-pre.target`,
`graphical-session.target`, `xdg-desktop-autostart.target`.
This is useful for Wayland Compositors that do not start
these units on these own.
Example for Hyprland:
```nix
programs.hyprland.enable = true;
programs.uwsm.enable = true;
programs.uwsm.waylandCompositors = {
hyprland = {
compositorPrettyName = "Hyprland";
compositorComment = "Hyprland compositor managed by UWSM";
compositorBinPath = "/run/current-system/sw/bin/Hyprland";
};
};
```
Co-authored-by: Kai Norman Clasen <k.clasen@protonmail.com>
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions
