diff --git a/modules/home/default.nix b/modules/home/default.nix index 8e47e1e..f0c6b1e 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -3,6 +3,7 @@ imports = [ (import ./git.nix) ] ++ [ (import ./swaync/default.nix) ] + ++ [ (import ./sway/default.nix) ] ++ [ (import ./fonts.nix) ] ++ [ (import ./hyprland) ] ++ [ (import ./hyprlock) ] diff --git a/modules/home/sway/default.nix b/modules/home/sway/default.nix index 5446f5b..a72c246 100644 --- a/modules/home/sway/default.nix +++ b/modules/home/sway/default.nix @@ -1,9 +1,10 @@ -{ pkgs, username, ... }: { +{ pkgs, username, ... }: +{ home.packages = with pkgs; [ swayfx autotiling - # libinput-gestures - # wmctrl + libinput-gestures + wmctrl ]; #home.file = { # "/home/${username}/.config/libinput-gestures/sway.conf" = {