@@ -11,6 +11,7 @@
|
||||
./fish.nix
|
||||
./fzf.nix
|
||||
./git.nix
|
||||
./direnv.nix
|
||||
./lazygit.nix
|
||||
./mise.nix
|
||||
./neovim
|
||||
@@ -23,17 +24,9 @@
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
home = {
|
||||
packages = pkgs.callPackage ../packages.nix {};
|
||||
stateVersion = constants.stateVersions.homeManager;
|
||||
shellAliases = {
|
||||
v = "nvim";
|
||||
lg = "lazygit";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
7
modules/home/direnv.nix
Normal file
7
modules/home/direnv.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -51,4 +51,8 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
home.shellAliases = {
|
||||
lg = "lazygit";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -24,4 +24,8 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
home.shellAliases = {
|
||||
v = "neovim";
|
||||
}:
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user