From fae9e320454400ab31822c3806199b46b3e2a561 Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sat, 9 Sep 2023 14:01:51 +0200 Subject: [PATCH] update pc3 for lib --- vinzenz-pc3.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/vinzenz-pc3.nix b/vinzenz-pc3.nix index ea23225..afa0528 100644 --- a/vinzenz-pc3.nix +++ b/vinzenz-pc3.nix @@ -6,12 +6,13 @@ }: { networking.hostName = "vinzenz-pc3"; - imports = [ - ./common.nix - ./kde.nix - ./home-vinzenz.nix - ./home-ronja.nix - ]; + my.kde.enable = true; + my.users = { + vinzenz.enable = true; + ronja.enable = true; + }; + + imports = [./my/default.nix]; users.groups."games" = { members = ["vinzenz" "ronja"];