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:
parent
13f8e4a35e
commit
d779dea834
2 changed files with 9 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue