home: Remove legacy shell variables and aliases

This commit is contained in:
Mikael 2024-10-03 21:48:32 +02:00
parent 651c8b5a0f
commit 8b610c6b44
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

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