Compare commits
2 commits
ad15247cae
...
dab5645664
Author | SHA1 | Date | |
---|---|---|---|
dab5645664 | |||
3fb75682fc |
2 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
|
config,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
@ -14,7 +15,7 @@
|
||||||
pdfgrep
|
pdfgrep
|
||||||
pdftk
|
pdftk
|
||||||
p7zip
|
p7zip
|
||||||
];
|
] ++ lib.optionals config.virtualisation.docker.enable [ docker-credential-helpers ];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
htop.enable = true;
|
htop.enable = true;
|
||||||
|
|
|
@ -9,4 +9,6 @@
|
||||||
extraGroups = [ "wheel" "networkmanager" "docker" "libvirtd" ];
|
extraGroups = [ "wheel" "networkmanager" "docker" "libvirtd" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nix.settings.trusted-users = [ "julius" ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue