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