reorg
This commit is contained in:
28
modules/home-manager/default.nix
Normal file
28
modules/home-manager/default.nix
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
imports = [
|
||||
./fish.nix
|
||||
./starship.nix
|
||||
./zsh.nix
|
||||
./atuin.nix
|
||||
./bat.nix
|
||||
./eza.nix
|
||||
./git.nix
|
||||
./lazygit.nix
|
||||
./mise.nix
|
||||
./ssh.nix
|
||||
./zellij.nix
|
||||
./zoxide.nix
|
||||
./neovim
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
home.shellAliases = {
|
||||
v = "nvim";
|
||||
lg = "lazygit";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user