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; [ users.users.vy.packages = with pkgs; [
audacity audacity
cosmic-store cosmic-store
@ -36,6 +36,7 @@
users.users.vy = { users.users.vy = {
isNormalUser = true; isNormalUser = true;
extraGroups = ["wheel" "audio" "video"]; extraGroups = ["wheel" "audio" "video"];
shell = pkgs.nushell;
}; };
users.users.root.openssh.authorizedKeys.keys = [ users.users.root.openssh.authorizedKeys.keys = [

View file

@ -4,7 +4,7 @@
inputs, inputs,
lib, lib,
... ...
}: let }: {
programs = { programs = {
bat = { bat = {
enable = true; enable = true;