Added NixOS configs
This commit is contained in:
10
Stuff/users.nix
Normal file
10
Stuff/users.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{lib, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
users.users.otaku619 = {
|
||||
isNormalUser = true;
|
||||
shell = pkgs.fish;
|
||||
home = "/home/otaku619";
|
||||
extraGroups = [ "wheel" "video" "audio" ];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user