From 44d38b896c443751df7818510b95bcc6a6b2dbc8 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 28 Oct 2024 09:50:19 -0700 Subject: core: move simple programs to core --- hosts/kioku/configuration.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'hosts') diff --git a/hosts/kioku/configuration.nix b/hosts/kioku/configuration.nix index 68a7e9c..f955735 100644 --- a/hosts/kioku/configuration.nix +++ b/hosts/kioku/configuration.nix @@ -18,11 +18,6 @@ system.stateVersion = "24.05"; raspberry-pi-nix.kernel-version = "v6_10_12"; - environment.systemPackages = with pkgs; [ - fastfetch - htop - ]; - users = { groups.${config.modules.primaryUser} = { }; -- cgit v1.2.3