This commit is contained in:
parent
aeb09fd985
commit
a845073dcc
3 changed files with 42 additions and 13 deletions
15
hosts/pro-home/home.nix
Normal file
15
hosts/pro-home/home.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../modules/home
|
||||
];
|
||||
|
||||
modules.home = {
|
||||
shell = {
|
||||
zsh.enable = true;
|
||||
atuin.enable = true;
|
||||
direnv.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue