Compare commits

...

2 commits

2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{
pkgs,
lib,
config,
...
}: {
environment.systemPackages = with pkgs; [
@ -14,7 +15,7 @@
pdfgrep
pdftk
p7zip
];
] ++ lib.optionals config.virtualisation.docker.enable [ docker-credential-helpers ];
programs = {
htop.enable = true;

View file

@ -9,4 +9,6 @@
extraGroups = [ "wheel" "networkmanager" "docker" "libvirtd" ];
shell = pkgs.zsh;
};
nix.settings.trusted-users = [ "julius" ];
}