mirror of
https://github.com/ivabus/nixos
synced 2024-11-21 16:05:07 +03:00
user.nix: replace neofetch with fastfetch
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
parent
2568362e00
commit
20c68aacf0
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ in rec {
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
tree
|
tree
|
||||||
neofetch # I use NixOS BTW
|
fastfetch # I use NixOS BTW
|
||||||
duf
|
duf
|
||||||
htop
|
htop
|
||||||
];
|
];
|
||||||
|
@ -45,7 +45,7 @@ in rec {
|
||||||
uid = 1001;
|
uid = 1001;
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
tree
|
tree
|
||||||
neofetch # I use NixOS BTW
|
fastfetch # I use NixOS BTW
|
||||||
duf
|
duf
|
||||||
htop
|
htop
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue