This commit is contained in:
Tao Tien 2025-03-08 22:59:11 -08:00
parent 12d1a2bfb6
commit 12f3f9050d
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{pkgs, ...}: {
{pkgs, lib, inputs, config, ...}: {
users.users.vy.packages = with pkgs; [
audacity
cosmic-store
@ -36,6 +36,7 @@
users.users.vy = {
isNormalUser = true;
extraGroups = ["wheel" "audio" "video"];
shell = pkgs.nushell;
};
users.users.root.openssh.authorizedKeys.keys = [