From 6b492a2c084f9cfe97cf946cc334a8fcc5cd8bf4 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Wed, 15 May 2024 16:55:35 +0200 Subject: [PATCH] Enable `guix`, `teams` and `obs-studio` modules for `picard` --- hosts/picard/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/picard/default.nix b/hosts/picard/default.nix index 624d03f..f2b6e31 100644 --- a/hosts/picard/default.nix +++ b/hosts/picard/default.nix @@ -40,6 +40,7 @@ # "sunshine" "mount-rock5b" "adb" + "guix" ] ++ [ ./disko.nix @@ -75,6 +76,8 @@ "kicad" "monero" "zulip" + "teams" + "obs-studio" ]; extraGroups = []; backupPaths = [];