update pc3 for lib

This commit is contained in:
Vinzenz Schroeter 2023-09-09 14:01:51 +02:00
parent 3a7d1784fa
commit fae9e32045

View file

@ -6,12 +6,13 @@
}: { }: {
networking.hostName = "vinzenz-pc3"; networking.hostName = "vinzenz-pc3";
imports = [ my.kde.enable = true;
./common.nix my.users = {
./kde.nix vinzenz.enable = true;
./home-vinzenz.nix ronja.enable = true;
./home-ronja.nix };
];
imports = [./my/default.nix];
users.groups."games" = { users.groups."games" = {
members = ["vinzenz" "ronja"]; members = ["vinzenz" "ronja"];