diff --git a/hosts/lambdaos/configuration.nix b/hosts/lambdaos/configuration.nix index 2513f9c..de75ab2 100644 --- a/hosts/lambdaos/configuration.nix +++ b/hosts/lambdaos/configuration.nix @@ -124,9 +124,12 @@ }; }; - environment.systemPackages = with pkgs; [ - restic - ]; + environment = { + pathsToLink = [ "/share/zsh" ]; + systemPackages = with pkgs; [ + restic + ]; + }; # TODO: find list of fonts to install fonts.packages = with pkgs; [