Improve the formatting

This commit is contained in:
SebastianStork 2024-04-20 19:00:09 +02:00
parent 62f4103c7a
commit 692ef91ba9
14 changed files with 107 additions and 40 deletions

View file

@ -7,7 +7,12 @@
isNormalUser = true;
description = "Sebastian Stork";
hashedPasswordFile = config.sops.secrets.seb-password.path;
extraGroups = ["wheel" "networkmanager" "libvirtd" "video"];
extraGroups = [
"wheel"
"networkmanager"
"libvirtd"
"video"
];
};
home-manager.users.seb = ./home.nix;