Steam, Virtualbox and Git Secrets

This commit is contained in:
zuma 2025-02-27 21:10:46 +01:00
parent 508a66f1cf
commit 308c0ebdbe
4 changed files with 34 additions and 3 deletions

View file

@ -2,9 +2,13 @@
programs.zsh = {
enable = true;
enableCompletion = true;
enableAutosuggestions = true;
shellAliases = {
update = "sudo nixos-rebuild switch --flake /home/zuma/nix_files#t0urn3s0l";
connect-h4ppy = "mosh --ssh=\"ssh -p 72\" globuzma@87.231.223.91";
cat = "bat";
ls = "eza --time-style=relative --git --octal-permissions --icons --binary -lg";
calc = "eva";
};
oh-my-zsh = {
enable = true;