add completion for system packages

This commit is contained in:
Noa Aarts 2024-11-11 00:49:26 +01:00
parent c47ab2ee9a
commit 75518a3656
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -124,9 +124,12 @@
}; };
}; };
environment.systemPackages = with pkgs; [ environment = {
restic pathsToLink = [ "/share/zsh" ];
]; systemPackages = with pkgs; [
restic
];
};
# TODO: find list of fonts to install # TODO: find list of fonts to install
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [