renamed entrypoint modules to default.nix
This commit is contained in:
parent
f25e8b716e
commit
c5ffac15d3
|
@ -24,9 +24,9 @@
|
|||
home.username = "gabe";
|
||||
home.homeDirectory = "/home/gabe";
|
||||
imports = [
|
||||
../../modules/home-manager/terminal/terminal.nix
|
||||
../../modules/home-manager/home-manager.nix
|
||||
../../modules/home-manager/kittty/kitty.nix
|
||||
../../modules/home-manager/terminal
|
||||
../../modules/home-manager
|
||||
../../modules/home-manager/kittty
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
];
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
home.username = "gabe";
|
||||
home.homeDirectory = "/home/gabe";
|
||||
imports = [
|
||||
../modules/home-manager/terminal/terminal.nix
|
||||
../modules/home-manager/home-manager.nix
|
||||
../modules/home-manager/terminal
|
||||
../modules/home-manager
|
||||
];
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
home.username = "gabe";
|
||||
home.homeDirectory = "/home/gabe";
|
||||
imports = [
|
||||
../modules/home-manager/terminal/terminal.nix
|
||||
../modules/home-manager/home-manager.nix
|
||||
../modules/home-manager/terminal
|
||||
../modules/home-manager
|
||||
];
|
||||
}
|
||||
|
|
|
@ -24,9 +24,9 @@
|
|||
home.username = "gabe";
|
||||
home.homeDirectory = "/home/gabe";
|
||||
imports = [
|
||||
../../modules/home-manager/terminal/terminal.nix
|
||||
../../modules/home-manager/home-manager.nix
|
||||
../../modules/home-manager/kittty/kitty.nix
|
||||
../../modules/home-manager/terminal
|
||||
../../modules/home-manager
|
||||
../../modules/home-manager/kittty
|
||||
inputs.nixvim.homeManagerModules.nixvim
|
||||
];
|
||||
}
|
||||
|
|
|
@ -39,13 +39,13 @@
|
|||
};
|
||||
|
||||
imports = [
|
||||
./nushell/nushell.nix
|
||||
./nushell
|
||||
./zsh.nix
|
||||
./git.nix
|
||||
./starship.nix
|
||||
./voice.nix
|
||||
./nvim/nvim.nix
|
||||
./zellij/zellij.nix
|
||||
./nvim
|
||||
./zellij
|
||||
];
|
||||
|
||||
programs = {
|
|
@ -31,8 +31,8 @@
|
|||
./gitsigns.nix
|
||||
./which-key.nix
|
||||
./telescope.nix
|
||||
./treesitter/treesitter.nix
|
||||
./cmp/cmp.nix
|
||||
./lsp/lsp.nix
|
||||
./treesitter
|
||||
./cmp
|
||||
./lsp
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue