diff --git a/modules/terminal-life/default.nix b/modules/terminal-life/default.nix index 43ed55a8..eaee2209 100644 --- a/modules/terminal-life/default.nix +++ b/modules/terminal-life/default.nix @@ -47,6 +47,10 @@ in { watson ]; + # Get completion for system packages + # https://nix-community.github.io/home-manager/options.xhtml#opt-programs.bash.enableCompletion + environment.pathsToLink = [ "/share/bash-completion" ]; + home-manager.users."${psCfg.user.name}" = { xdg.dataFile."scripts/base16.sh".source = .local/share/scripts/base16.sh;