From 712828efc4e803e8b5917267533a3c0254092ae6 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 30 Apr 2025 13:47:27 +0100 Subject: [PATCH] Add fastfetch and htop --- hosts/lemp11/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/lemp11/configuration.nix b/hosts/lemp11/configuration.nix index e18be8e6..7580a61f 100644 --- a/hosts/lemp11/configuration.nix +++ b/hosts/lemp11/configuration.nix @@ -54,6 +54,8 @@ system.autoUpgrade.enable = true; environment.systemPackages = with pkgs; [ + fastfetch + htop libreoffice ]; }