disable fun stuff in base config

This commit is contained in:
Noah Masur
2025-03-08 13:38:40 +00:00
parent c36ca39a0d
commit bcf1737858
3 changed files with 12 additions and 15 deletions

View File

@ -1,6 +1,5 @@
{
config,
pkgs,
lib,
...
}:
@ -35,14 +34,5 @@ in
};
};
programs.fish = {
shellAliases = {
# Move files to XDG trash on the commandline
trash = lib.mkDefault "${pkgs.trash-cli}/bin/trash-put";
};
shellAbbrs = {
t = lib.mkDefault "trash";
};
};
};
}