diff --git a/home.nix b/home.nix index 0d0f192..08909d5 100644 --- a/home.nix +++ b/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";