37 current 2025-04-30 01:30:33 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-04-30 01:30:39 -04:00
parent ef2cfb2f37
commit 7fbdca4707
7 changed files with 119 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
pkgs,
lib,
system,
config,
osConfig,
...
}: {
home.packages = with pkgs; [zsh-powerlevel10k meslo-lgs-nf];
@@ -39,6 +41,7 @@
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
'';
# initExtra = builtins.readFile ./zshrc + builtins.readFile osConfig.age.secrets.zsh_remote.path;
initExtra = builtins.readFile ./zshrc;
};
}