From 88be4b7afaea4eab65e3ab179c9b5c5bfc7eb120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Tue, 3 May 2022 00:04:52 +0200 Subject: [PATCH] Add socials to b12f module --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 060fe56d..11164bbf 100644 --- a/flake.nix +++ b/flake.nix @@ -124,7 +124,7 @@ pubsolaros = [ core full-install base-user users.root ]; anonymous = [ pubsolaros users.pub-solar ]; - b12f = pubsolaros ++ [ users.ben gaming mobile ]; + b12f = pubsolaros ++ [ users.ben social gaming mobile ]; biolimo = b12f ++ [ graphical ]; chocolatebar = b12f ++ [ graphical virtualisation ]; };