chore: enable mouse actions only in host nixos

This commit is contained in:
toast 2026-04-30 23:48:01 +09:00
parent 7cfc801165
commit e5a132c20f
2 changed files with 1 additions and 1 deletions

View file

@ -23,4 +23,5 @@
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
systemd.user.startServices = "sd-switch"; systemd.user.startServices = "sd-switch";
programs.mouse-actions.enable = true;
} }

View file

@ -1,7 +1,6 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
programs.mouse-actions.enable = true;
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
package = pkgs.hyprland; package = pkgs.hyprland;