forked from pub-solar/os
bash: get completion for system packages
This commit is contained in:
parent
97a05c4456
commit
f6c5fef2fe
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue