diff --git a/home/hosts/nixos.nix b/home/hosts/nixos.nix index 3aac3b6..acdd6f6 100644 --- a/home/hosts/nixos.nix +++ b/home/hosts/nixos.nix @@ -23,4 +23,5 @@ nixpkgs.config.allowUnfree = true; systemd.user.startServices = "sd-switch"; + programs.mouse-actions.enable = true; } diff --git a/home/modules/graphical/hyprland.nix b/home/modules/graphical/hyprland.nix index 2dfede1..55ef3c3 100644 --- a/home/modules/graphical/hyprland.nix +++ b/home/modules/graphical/hyprland.nix @@ -1,7 +1,6 @@ { pkgs, ... }: { - programs.mouse-actions.enable = true; wayland.windowManager.hyprland = { enable = true; package = pkgs.hyprland;