added minetest and josm and the pwgen alias

This commit is contained in:
Bit Borealis 2023-08-07 19:52:07 +00:00
parent b7b08bc4d1
commit 159f36b472
Signed by: theotheroracle
GPG key ID: 2D816A2DCA6E5649

View file

@ -8,13 +8,15 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; };
home.packages = with pkgs; [
bat
diceware
pwgen
evolution
srain
dconf2nix
inkscape
minetest
flare-signal
neovide
pwgen
josm
xdg-ninja
schildichat-desktop
dino
@ -256,6 +258,7 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; };
shellAliases = {
aria = "aria2c -c -k1M -x10";
dw = "diceware -n 6 -d -";
pw = "pwgen -By";
ksh = "kitty +kitten ssh";
p = "ping -s 128 -O -c 100 -A -D 1.1.1.1";
pf = "sudo ping -f -c 100 -A 1.1.1.1";