reorg
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
{
|
||||
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;
|
||||
};
|
||||
}
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
home.shellAliases = {
|
||||
v = "nvim";
|
||||
lg = "lazygit";
|
||||
};
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
imports = [
|
||||
./terminal/ghostty.nix
|
||||
./ghostty.nix
|
||||
];
|
||||
}
|
||||
|
||||
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";
|
||||
};
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
imports = [
|
||||
./terminal/zellij.nix
|
||||
./zellij.nix
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user