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
|
@ -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 = {
|
||||
|
|
|
@ -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