dded mbga, aria, lapce, and update nxw to use nom
This commit is contained in:
parent
159f36b472
commit
9997ea0c57
5
home.nix
5
home.nix
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue