Skip to content

Commit

Permalink
uwsm: use the package from nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Jul 29, 2024
1 parent badc341 commit 8154948
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 117 deletions.
33 changes: 17 additions & 16 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
99 changes: 0 additions & 99 deletions modules-overlays/uwsm/package.nix

This file was deleted.

0 comments on commit 8154948

Please sign in to comment.