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