From b82922599808fb68161a876c71a695a2043102a8 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Fri, 1 Aug 2025 00:40:10 -0400 Subject: [PATCH] migrate to fastfetch --- systems/artemision/programs.nix | 1 - systems/selinunte/programs.nix | 1 - users/alice/home.nix | 4 +++- 3 files changed, 3 insertions(+), 3 deletions(-) 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;