This commit is contained in:
sadan 2024-05-27 22:37:25 -04:00
parent 3033274674
commit 2fc3e68688
No known key found for this signature in database
5 changed files with 89 additions and 40 deletions

View file

@ -15,6 +15,9 @@ let
in
{
imports = [
inputs.sops-nix.homeManagerModules.sops
]
programs.zsh.enable = true;
programs.zsh.oh-my-zsh.enable = true;
programs.zsh.initExtra = builtins.trace _z1 _z1;