WIP
This commit is contained in:
12
users/weckyy702/nixos.nix
Normal file
12
users/weckyy702/nixos.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{pkgs, ...}:
|
||||
{
|
||||
imports = [
|
||||
../../nixos/zsh.nix
|
||||
../../nixos/hypr.nix
|
||||
];
|
||||
|
||||
users.users.weckyy702 = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user