Add fastfetch and htop

This commit is contained in:
Oliver Davies 2025-04-30 13:47:27 +01:00
parent c350b55948
commit 712828efc4

View file

@ -54,6 +54,8 @@
system.autoUpgrade.enable = true;
environment.systemPackages = with pkgs; [
fastfetch
htop
libreoffice
];
}