mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
8 lines
111 B
Nix
8 lines
111 B
Nix
{
|
|
programs.less.enable = true;
|
|
|
|
nmt.script = ''
|
|
assertPathNotExists home-files/.config/lesskey
|
|
'';
|
|
}
|