up
This commit is contained in:
24
modules/home-manager/base/default.nix
Normal file
24
modules/home-manager/base/default.nix
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
imports = [
|
||||
./shell/aliases.nix
|
||||
./shell/fish.nix
|
||||
./shell/starship.nix
|
||||
./shell/zsh.nix
|
||||
./tools/atuin.nix
|
||||
./tools/bat.nix
|
||||
./tools/eza.nix
|
||||
./tools/git.nix
|
||||
./tools/lazygit.nix
|
||||
./tools/mise.nix
|
||||
./tools/ssh.nix
|
||||
./tools/zellij.nix
|
||||
./tools/zoxide.nix
|
||||
./editors/neovim
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user