add friends user to hyrule

This commit is contained in:
do butterflies cry? 2026-02-08 17:47:19 +10:00
parent b8c63cc24c
commit ad81af4e84

View file

@ -163,6 +163,12 @@ in {
wishlist wishlist
]; ];
}; };
friends = {
isNormalUser = true;
shell = pkgs.fish;
home = "/home/friends";
};
}; };
}; };
@ -505,6 +511,7 @@ in {
git git
vim vim
helix helix
tcpdump
]; ];
programs = { programs = {