Skip to content

Commit

Permalink
uwsm: use the package from nixpkgs
Browse files Browse the repository at this point in the history
Signed-off-by: John Titor <[email protected]>
  • Loading branch information
JohnRTitor committed Jul 31, 2024
1 parent badc341 commit 307208e
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 162 deletions.
122 changes: 61 additions & 61 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules-overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
];

programs.uwsm.enable = true;
programs.uwsm.package = pkgs.callPackage ./uwsm/package.nix { };
programs.uwsm.package = pkgs-edge.uwsm;
}
2 changes: 1 addition & 1 deletion modules-overlays/uwsm/module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ in
(pkgs.callPackage ./uwsm-wm-wrapper.nix {
uwsm = cfg.finalPackage;
wmName = "Hyprland";
wmCmd = "hyprland";
wmCmd = "/run/current-system/sw/bin/Hyprland";
})
] ++ lib.optionals cfg.swaySupport [
(pkgs.callPackage ./uwsm-wm-wrapper.nix {
Expand Down
Loading

0 comments on commit 307208e

Please sign in to comment.