Compare commits
No commits in common. "dab5645664358b4301d1798ceea52363db9ba60e" and "ad15247cae832b1731f2ef80cfde3462c050c8ad" have entirely different histories.
dab5645664
...
ad15247cae
2 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
config,
|
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
@ -15,7 +14,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,6 +9,4 @@
|
||||||
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