all repos — nixfiles @ af91a31eb5ccb46e605aa9b6cf1e792590409ef6

System and user configuration, managed by nix and home-manager

user-interface: ensure zsh has access to completions
Alan Pearce alan@alanpearce.eu
Sat, 05 Oct 2019 01:42:36 +0200
commit

af91a31eb5ccb46e605aa9b6cf1e792590409ef6

parent

c93dd657819ee2bafb49fe309cc1ee3aac5387e5

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M system/modules/user-interface.nixsystem/modules/user-interface.nix
@@ -3,6 +3,8 @@ { documentation.info.enable = true;
   nixpkgs.config.firefox.enableOfficialBranding = true;
 
+  environment.pathsToLink = [ "/share/zsh" ];
+
   environment.systemPackages = with pkgs; [
     aria2
     firefox