mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
fix: use shell alias for fastfetch to avoid quirks
This commit is contained in:
parent
0531b0acc6
commit
5df2c73f9b
2 changed files with 1 additions and 4 deletions
|
@ -101,6 +101,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
ls = "eza -l --icons=auto";
|
ls = "eza -l --icons=auto";
|
||||||
|
neofetch = "${pkgs.fastfetch}/bin/fastfetch";
|
||||||
};
|
};
|
||||||
# shellInit = ''
|
# shellInit = ''
|
||||||
# oh-my-posh disable notice
|
# oh-my-posh disable notice
|
||||||
|
|
|
@ -5,8 +5,4 @@
|
||||||
programs.fastfetch = {
|
programs.fastfetch = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = [
|
|
||||||
(pkgs.writeShellScriptBin "neofetch" "${pkgs.fastfetch}/bin/fastfetch")
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue