added virtualbox, reformatted the homePacakges section to include pkgs by default in home.nix

added nix.settings.trusted-users so that I can add trusted substituters imperatively
This commit is contained in:
Gabriella Bere 2024-09-23 13:54:04 +01:00
parent 13f8e4a35e
commit d779dea834
2 changed files with 9 additions and 6 deletions

View file

@ -130,6 +130,8 @@
services.gnome.gnome-keyring.enable = true;
nix.settings.trusted-users = [ "root" "blue" ];
programs.zsh.enable = true;
users.users.blue = {
isNormalUser = true;