Enable xbanish

Hide the mouse cursor whilst typing.

https://github.com/jcs/xbanish
This commit is contained in:
Oliver Davies 2024-11-20 23:18:54 +00:00
parent d64018f6d0
commit 2735048119
2 changed files with 3 additions and 1 deletions

View file

@ -3,7 +3,8 @@
../. ../.
./fonts.nix ./fonts.nix
./gitea.nix ./gitea.nix
./jellyfin.nix
./immich.nix ./immich.nix
./jellyfin.nix
./xbanish.nix
]; ];
} }

View file

@ -0,0 +1 @@
{ services.xbanish.enable = true; }