Steam, Virtualbox and Git Secrets
This commit is contained in:
parent
508a66f1cf
commit
308c0ebdbe
4 changed files with 34 additions and 3 deletions
|
@ -40,6 +40,7 @@
|
|||
bash.enable = true;
|
||||
css.enable = true;
|
||||
html.enable = true;
|
||||
svelte.enable = true;
|
||||
python.enable = true;
|
||||
tailwind.enable = true;
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue