try streamlining the dev setup
This commit is contained in:
parent
dc3c98586d
commit
b007e5b232
8
modules/home-manager/dev.nix
Normal file
8
modules/home-manager/dev.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{pkgs, ...}:
|
||||
{
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
enableFishIntegration = true; # see note on other shells below
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
}
|
@ -4,6 +4,7 @@ with lib.hm.gvariant;
|
||||
imports = [
|
||||
../modules/home-manager/browser.nix
|
||||
../modules/home-manager/code.nix
|
||||
../modules/home-manager/dev.nix
|
||||
../modules/home-manager/fish.nix
|
||||
../modules/home-manager/flatpaks.nix
|
||||
../modules/home-manager/hypr
|
||||
|
Loading…
x
Reference in New Issue
Block a user