Enable xbanish
Hide the mouse cursor whilst typing. https://github.com/jcs/xbanish
This commit is contained in:
parent
d64018f6d0
commit
2735048119
nix/modules/nixos/desktop
|
@ -3,7 +3,8 @@
|
|||
../.
|
||||
./fonts.nix
|
||||
./gitea.nix
|
||||
./jellyfin.nix
|
||||
./immich.nix
|
||||
./jellyfin.nix
|
||||
./xbanish.nix
|
||||
];
|
||||
}
|
||||
|
|
1
nix/modules/nixos/desktop/xbanish.nix
Normal file
1
nix/modules/nixos/desktop/xbanish.nix
Normal file
|
@ -0,0 +1 @@
|
|||
{ services.xbanish.enable = true; }
|
Loading…
Reference in a new issue