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

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