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