renamed entrypoint modules to default.nix
This commit is contained in:
parent
f25e8b716e
commit
c5ffac15d3
13 changed files with 16 additions and 16 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue