home: Remove legacy shell variables and aliases

This commit is contained in:
Mikael Voss 2024-10-03 21:48:32 +02:00
parent 651c8b5a0f
commit 8b610c6b44
No known key found for this signature in database

View file

@ -71,10 +71,6 @@ in {
ripgrep-all.packages.${system}.default
];
home.sessionVariables = {
TMPDIR = "$XDG_RUNTIME_DIR/tmp";
};
editorconfig = {
enable = true;
settings = {
@ -94,11 +90,6 @@ in {
};
};
home.shellAliases = {
icat = "kitten icat";
jq = "jaq";
};
home.preferXdgDirectories = true;
programs.aria2 = {