/ modules / nixos / programs / uwsm.nix
uwsm.nix
 1  {
 2    config,
 3    ...
 4  }:
 5  {
 6    programs.uwsm = {
 7      enable = config.programs.hyprland.withUWSM;
 8      # waylandCompositors = {
 9      #     prettyName = "Hyprland";
10      #     comment = "Hyprland compositor managed by UWSM";
11      #     binPath = "/run/current-system/sw/bin/hyprland";
12      # };
13    };
14  }