This commit is contained in:
Weckyy702
2026-01-12 11:23:10 +01:00
parent 6122cba650
commit 0524def0ad
16 changed files with 154 additions and 41 deletions

12
users/weckyy702/nixos.nix Normal file
View File

@@ -0,0 +1,12 @@
{pkgs, ...}:
{
imports = [
../../nixos/zsh.nix
../../nixos/hypr.nix
];
users.users.weckyy702 = {
isNormalUser = true;
extraGroups = [ "networkmanager" "wheel" ];
};
}