diff --git a/systems/artemision/programs.nix b/systems/artemision/programs.nix index 470ce51..800f157 100644 --- a/systems/artemision/programs.nix +++ b/systems/artemision/programs.nix @@ -53,7 +53,6 @@ # nbt explorer? ncdu nemo-with-extensions - neofetch neovim nix-init nix-output-monitor diff --git a/systems/selinunte/programs.nix b/systems/selinunte/programs.nix index 79bc873..eb94de1 100644 --- a/systems/selinunte/programs.nix +++ b/systems/selinunte/programs.nix @@ -52,7 +52,6 @@ # nbt explorer? ncdu nemo-with-extensions - neofetch neovim nix-init nix-output-monitor diff --git a/users/alice/home.nix b/users/alice/home.nix index f9194ee..611d8cf 100644 --- a/users/alice/home.nix +++ b/users/alice/home.nix @@ -54,7 +54,6 @@ file sqlite ncdu - neofetch onefetch hyfetch smartmontools @@ -148,6 +147,9 @@ }; }; }; + fastfetch = { + enable = true; + }; }; services.ssh-agent.enable = true;