From 3cec4a51f290ebda7509ec6d70eede796a836ed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Mon, 27 Sep 2021 14:52:21 +0200 Subject: [PATCH] Add mobile profile to ben user --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9e0b5904..7b43e91f 100644 --- a/flake.nix +++ b/flake.nix @@ -134,7 +134,7 @@ base = [ core users.nixos users.root ]; pubsolaros = [ core base-user users.root ]; anonymous = pubsolaros ++ [ users.nixos ]; - b12f = pubsolaros ++ [ users.ben gaming ]; + b12f = pubsolaros ++ [ users.ben gaming mobile ]; biolimo = b12f ++ [ graphical ]; chocolatebar = b12f ++ [ graphical virtualisation ]; };