update
This commit is contained in:
parent
e06b368828
commit
995e9617d8
5 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue