From b7b316b1d84f854ff9341941d228e21c9773900f Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Mon, 30 Sep 2024 19:10:04 +0300 Subject: [PATCH] feat(roles/shell): include silicon in pkgs --- roles/shell/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/shell/default.nix b/roles/shell/default.nix index bb90ee1..853c223 100644 --- a/roles/shell/default.nix +++ b/roles/shell/default.nix @@ -20,6 +20,8 @@ in { btop sl + + silicon ]; programs.direnv = { enable = true; -- 2.44.1