From 858f98d59cbc5e93a62b5db5fd37790772fd1ff4 Mon Sep 17 00:00:00 2001 From: Bit Borealis Date: Mon, 21 Aug 2023 05:34:34 +0000 Subject: [PATCH] added csk --- home.nix | 1 + 1 file changed, 1 insertion(+) 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";