New modules for Home Manager
This commit is contained in:
parent
07fb22e47e
commit
d7faff3901
6 changed files with 133 additions and 0 deletions
9
modules/home/default.nix
Normal file
9
modules/home/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
imports = [
|
||||
./direnv.nix
|
||||
./git.nix
|
||||
./kitty.nix
|
||||
./packages.nix
|
||||
./starship.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue