diff --git a/home.nix b/home.nix index 90617c1..f056f61 100644 --- a/home.nix +++ b/home.nix @@ -259,6 +259,7 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; }; nxc = "sudo nix-collect-garbage -d"; }; shellAliases = { + csk = "cd (sk -e)"; nxu = ''sudo sh -c "nixos-rebuild boot --upgrade --log-format internal-json -v |& nom --json"''; nxw = ''sudo sh -c "nixos-rebuild switch --log-format internal-json -v |& nom --json"''; aria = "aria2c -c -k1M -x10";