mv fastfetch to base pkgs module

This commit is contained in:
smayzy 2025-07-12 15:13:00 +02:00
parent 7d10b331f0
commit 35742893ed
2 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
home-manager home-manager
fastfetch
lf lf
arduino-ide arduino-ide
calibre calibre

View File

@ -18,6 +18,7 @@ in
btop btop
file file
vim vim
fastfetch
]; ];
}; };
} }