pull user spec into galvatron config
This commit is contained in:
parent
c203a67c62
commit
70f98eadea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user