This commit is contained in:
parent
df09153864
commit
9390144b66
2 changed files with 37 additions and 4 deletions
20
hosts/perso-home/home.nix
Normal file
20
hosts/perso-home/home.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../modules/home
|
||||
];
|
||||
|
||||
modules.home = {
|
||||
apps = {
|
||||
kitty.enable = true;
|
||||
};
|
||||
|
||||
shell = {
|
||||
zsh.enable = true;
|
||||
atuin.enable = true;
|
||||
direnv.enable = true;
|
||||
git.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue