mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 10:30:14 +01:00
update pc3 for lib
This commit is contained in:
parent
3a7d1784fa
commit
fae9e32045
|
@ -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"];
|
||||
|
|
Loading…
Reference in a new issue