move things around
This commit is contained in:
parent
63b9b81ebe
commit
c9f0f903a3
26 changed files with 9 additions and 8 deletions
9
users/rin/default.nix
Normal file
9
users/rin/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, ... }: {
|
||||
users.users.rin = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "audio" "video" "wheel" ];
|
||||
shell = pkgs.zsh;
|
||||
uid = 1001;
|
||||
};
|
||||
home-manager.users.rin = import ./home.nix;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue