188 current 1970-01-01 01:00:00 24.05.20240303.b8697e5 6.6.19 *

This commit is contained in:
Max Känner 2024-03-12 12:54:23 +01:00
parent 63a586642a
commit acccdbc938

View File

@ -74,4 +74,12 @@
enableZshIntegration = true;
options = ["--cmd cd"];
};
home.packages = with pkgs; [
neovim
bat
btop
starship
zoxide
];
}