add pro-home
All checks were successful
check / check (push) Successful in 44s

This commit is contained in:
Florian RICHER 2025-06-26 11:17:43 +02:00
parent aeb09fd985
commit a845073dcc
3 changed files with 42 additions and 13 deletions

15
hosts/pro-home/home.nix Normal file
View file

@ -0,0 +1,15 @@
{ ... }:
{
imports = [
../../modules/home
];
modules.home = {
shell = {
zsh.enable = true;
atuin.enable = true;
direnv.enable = true;
};
};
}