From cc0dd3f8c48558fec17d892aeaabc2727666af14 Mon Sep 17 00:00:00 2001 From: Hendrik Sokolowski Date: Wed, 4 May 2022 19:22:12 +0200 Subject: [PATCH] Add virtualisation to norman --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 707c032b..6dad474c 100644 --- a/flake.nix +++ b/flake.nix @@ -120,7 +120,7 @@ hensoko = pubsolaros ++ [ users.hensoko ]; hensoko-light = pubsolaros-light ++ [ users.hensoko ]; giggles = hensoko-light ++ [ ]; - norman = hensoko ++ [ graphical work ]; + norman = hensoko ++ [ graphical virtualisation work ]; redpanda = hensoko; ringo = hensoko-light ++ [ graphical ]; };