mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 22:30:42 +00:00
Add hyprland-move-window script
This commit is contained in:
parent
14d5cf5261
commit
98f1ed0089
5 changed files with 47 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
}: let
|
||||
inherit (lib) mkIf;
|
||||
|
||||
inherit (import ./packages {inherit pkgs;}) hyprland-swap-workspace;
|
||||
inherit (import ./packages {inherit pkgs;}) hyprland-swap-workspace hyprland-move-window;
|
||||
|
||||
cfg = osConfig.myOptions.home-manager.wms.hyprland;
|
||||
in {
|
||||
|
@ -17,6 +17,7 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
home.packages = with pkgs; [
|
||||
hyprland-swap-workspace
|
||||
hyprland-move-window
|
||||
];
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue