forked from pub-solar/os
1
0
Fork 0

bash: get completion for system packages

main
teutat3s 2024-03-06 18:47:35 +01:00
parent 97a05c4456
commit f6c5fef2fe
Signed by: teutat3s
GPG Key ID: 4FA1D3FA524F22C1
1 changed files with 4 additions and 0 deletions

View File

@ -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;