From 75518a36564c2a6e345c14e8fff0b21e0b2f470d Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 11 Nov 2024 00:49:26 +0100 Subject: [PATCH] add completion for system packages --- hosts/lambdaos/configuration.nix | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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; [