add completion for system packages
This commit is contained in:
parent
c47ab2ee9a
commit
75518a3656
1 changed files with 6 additions and 3 deletions
|
|
@ -124,9 +124,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
environment = {
|
||||
pathsToLink = [ "/share/zsh" ];
|
||||
systemPackages = with pkgs; [
|
||||
restic
|
||||
];
|
||||
};
|
||||
|
||||
# TODO: find list of fonts to install
|
||||
fonts.packages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue