From 90c432cb906d92616c9780e4aa244fecc71f7fc2 Mon Sep 17 00:00:00 2001 From: Armel van Ravels Date: Sat, 31 Jan 2026 22:41:19 +0100 Subject: [PATCH] Add fastfetch --- systems/modules/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/modules/common.nix b/systems/modules/common.nix index f60cf5b..0f45a32 100644 --- a/systems/modules/common.nix +++ b/systems/modules/common.nix @@ -11,6 +11,7 @@ gnumake git jetbrains-toolbox + fastfetch ]; security.rtkit.enable = true;