add some programs & aliases

current_state
Christian Ott 1 year ago
parent b14e9bb8aa
commit 44e64ef028
  1. 10
      home.nix

@ -25,6 +25,15 @@
jq
direnv
okular
zip
ant
tmux
nixd # Nix language server for vscode
nixfmt-rfc-style
skypeforlinux
signal-desktop
@ -58,6 +67,7 @@
shellAliases = {
grep = "grep --color=auto";
".." = "cd ..";
"cdm" = "cd ~/mibex-plugins/monorepo";
};
initExtra = ''
# Custom colored bash prompt

Loading…
Cancel
Save

Powered by TurnKey Linux.