add friends user to hyrule
This commit is contained in:
parent
9d6b398bae
commit
a1f4e812a5
1 changed files with 7 additions and 0 deletions
|
|
@ -163,6 +163,12 @@ in {
|
|||
wishlist
|
||||
];
|
||||
};
|
||||
|
||||
friends = {
|
||||
isNormalUser = true;
|
||||
shell = pkgs.fish;
|
||||
home = "/home/friends";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -505,6 +511,7 @@ in {
|
|||
git
|
||||
vim
|
||||
helix
|
||||
tcpdump
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue