This commit is contained in:
Philipp Hochkamp 2022-08-13 07:03:33 +02:00
parent e06b368828
commit 995e9617d8
5 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,7 @@
{ config, pkgs, ... }: {
programs.gnupg.agent.enable = true;
programs.zsh.enable = true;
environment.pathsToLink = [ "/share/zsh" ];
services.nix-daemon.enable = true;
nix.package = pkgs.nixFlakes;
nix.buildCores = 0; # use all cores