Files
NubNix/home-manager/20_alacritty/05_mouse.nix
2025-11-13 14:15:48 +00:00

9 lines
321 B
Nix

{ config, pkgs, lib, ... }:
{
home.file.".config/alacritty/05_mouse.toml".text = ''
# Mouse & Environment
[mouse]
hide_when_typing = true
'';
}