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

@ -48,13 +48,14 @@
"Fuchsia-Pop";
# General use home packages that dont require a separate module
home.packages = [
home.packages = with pkgs; [
# Add grimblast screenshot tool
pkgs.grimblast
pkgs.powerline-fonts
pkgs.nix-output-monitor
pkgs.bitwarden-desktop
pkgs.xwaylandvideobridge
grimblast
powerline-fonts
nix-output-monitor
bitwarden-desktop
xwaylandvideobridge
virtualbox
];
home.sessionVariables = {