dded mbga, aria, lapce, and update nxw to use nom

This commit is contained in:
Bit Borealis 2023-08-14 02:39:39 +00:00
parent 159f36b472
commit 9997ea0c57
Signed by: theotheroracle
GPG Key ID: 2D816A2DCA6E5649
1 changed files with 4 additions and 1 deletions

View File

@ -9,16 +9,19 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; };
bat
diceware
evolution
mgba
srain
dconf2nix
inkscape
minetest
flare-signal
aria
neovide
pwgen
josm
xdg-ninja
schildichat-desktop
lapce
dino
jq
mangohud
@ -250,12 +253,12 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; };
nxs = "nix search nixpkgs";
nxr = "nix run nixpkgs#";
nxh = "nix shell nixpkgs#";
nxw = "sudo nixos-rebuild switch";
nxu = "sudo nixos-rebuild boot --upgrade";
nxc = "sudo nix-collect-garbage -d";
hme = "edit ~/.config/home-manager/home.nix";
};
shellAliases = {
nxw = ''sudo sh -c "nixos-rebuild switch --log-format internal-json -v |& nom --json"'';
aria = "aria2c -c -k1M -x10";
dw = "diceware -n 6 -d -";
pw = "pwgen -By";