home: Remove legacy shell variables and aliases
This commit is contained in:
parent
651c8b5a0f
commit
8b610c6b44
1 changed files with 0 additions and 9 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue