From c7760869695a11607e7d56a228778cadfd959007 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Sat, 20 Jul 2024 16:50:26 +0300 Subject: [PATCH] feat(systems/hosts/alice): include some core packages in a temporary way for now --- systems/hosts/alice/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/systems/hosts/alice/default.nix b/systems/hosts/alice/default.nix index 75fa0f0..67e9b51 100644 --- a/systems/hosts/alice/default.nix +++ b/systems/hosts/alice/default.nix @@ -34,6 +34,10 @@ (nerdfonts.override { fonts = ["FiraCode" "VictorMono"]; }) + + keepassxc + firefox + jellyfin-mpv-shim ]; environment.persistence."/persist" = { -- 2.44.1