diff --git a/modules/user/shell/default.nix b/modules/user/shell/default.nix index 1caf9465..79daedf0 100644 --- a/modules/user/shell/default.nix +++ b/modules/user/shell/default.nix @@ -21,9 +21,6 @@ in { htop = "btm"; fd = "fd -Lu"; w3m = "w3m -no-cookie -v"; - neofetch = "disfetch"; - fetch = "disfetch"; - gitfetch = "onefetch"; "," = "comma"; ",," = "comma-shell"; }; diff --git a/modules/user/shell/term-apps-extra.nix b/modules/user/shell/term-apps-extra.nix index d85ef9e4..3f74d82e 100644 --- a/modules/user/shell/term-apps-extra.nix +++ b/modules/user/shell/term-apps-extra.nix @@ -42,5 +42,11 @@ in { }; }) ]; + + programs.zsh.shellAliases = { + neofetch = "disfetch"; + fetch = "disfetch"; + gitfetch = "onefetch"; + }; }; }