pull user spec into galvatron config

This commit is contained in:
mir 2024-02-28 13:33:30 -09:00
parent c203a67c62
commit 70f98eadea

View File

@ -72,6 +72,20 @@
# tree
# ];
# };
users.users.mir = {
isNormalUser = true;
description = "Miranda Marquez";
extraGroups = [ "networkmanager" "wheel" "input" "audio" ];
packages = with pkgs; [
# firefox
# home-manager
# thunderbird
git
zsh
gparted
ntfs3g
];
};
# List packages installed in system profile. To search, run:
# $ nix search wget