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 ]; }