added plugins to fish, not sure if all of them are working

This commit is contained in:
Christoph Hollizeck 2024-03-27 10:57:25 +01:00
parent dfdfd9a744
commit 2a7ea2b20b
7 changed files with 47 additions and 51 deletions

View file

@ -1,10 +1,14 @@
{ options, config, lib, pkgs, ... }:
with lib;
with lib.wyrdgard;
let cfg = config.wyrdgard.tools.direnv;
in
{
options,
config,
lib,
pkgs,
...
}:
with lib;
with lib.wyrdgard; let
cfg = config.wyrdgard.tools.direnv;
in {
options.wyrdgard.tools.direnv = with types; {
enable = mkBoolOpt false "Whether or not to enable direnv.";
};