nix: link fish vendor config in shared module

This commit is contained in:
Primrose 2025-04-11 19:19:45 +02:00
parent 71c6b29ec5
commit 888b6c3055
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 6 additions and 14 deletions

View file

@ -22,13 +22,6 @@
services.gnome.gnome-keyring.enable = true;
# for fish
environment.pathsToLink = [
"/share/fish/vendor_conf.d"
"/share/fish/vendor_completions.d"
"/share/fish/vendor_functions.d"
];
services = {
# postgresql = {
# enable = true;