This commit is contained in:
parent
2fd69f6266
commit
cbd1f99bc7
8 changed files with 12 additions and 24 deletions
|
@ -5,7 +5,6 @@
|
|||
./browsers/firefox.nix
|
||||
./browsers/qutebrowser.nix
|
||||
./dev-commit.nix
|
||||
./direnv.nix
|
||||
./gtk.nix
|
||||
./media/handbrake.nix
|
||||
./media/mpv.nix
|
||||
|
|
|
@ -1,21 +0,0 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
let
|
||||
cfg = config.features.cli.direnv;
|
||||
in
|
||||
{
|
||||
options.features.cli.direnv.enable = mkEnableOption "Enable direnv";
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
|
||||
nix-direnv.enable = true;
|
||||
|
||||
silent = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue