Signed-off-by: Christoph Schmatzler <christoph@schmatzler.com>
This commit is contained in:
2025-08-18 13:20:18 +00:00
parent 2b2fbcdc8c
commit 0785b817d2
4 changed files with 16 additions and 8 deletions

View File

@@ -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";
};
};
}