mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nix: link fish completions
This commit is contained in:
parent
35a526590a
commit
0fbb95ae08
3 changed files with 10 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ let
|
|||
"leana"
|
||||
"zram"
|
||||
"i_am_builder"
|
||||
"fish-vendor-completions"
|
||||
];
|
||||
|
||||
sharedModules.imports = map toModule sharedModuleNames;
|
||||
|
|
|
|||
7
nix/nixosModules/fish-vendor-completions/default.nix
Normal file
7
nix/nixosModules/fish-vendor-completions/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
environment.pathsToLink = [
|
||||
"/share/fish/vendor_conf.d"
|
||||
"/share/fish/vendor_completions.d"
|
||||
"/share/fish/vendor_functions.d"
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue