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;
systemd.user.startServices = "sd-switch";
programs.mouse-actions.enable = true;
}