fixed forgotten usr lact, hstr packages

This commit is contained in:
Parker TenBroeck 2026-05-22 22:27:47 -04:00
parent 0a62ab530d
commit 8a436f65a6
2 changed files with 3 additions and 2 deletions

View file

@ -10,6 +10,8 @@
home-manager.users.may = { pkgs, ... }: {
home.file.".p10k.zsh".source = ./.p10k.zsh;
home.packages = with pkgs; [ hstr ];
programs.zsh = {
enable = true;
@ -41,8 +43,6 @@
shellAliases = {
ll = "ls -lah";
update = "sudo nixos-rebuild switch";
callgrind = "valgrind --tool=callgrind";
massif = "valgrind --tool=massif";
};
enableCompletion = true;