added csk
This commit is contained in:
parent
5762b19bd5
commit
858f98d59c
1
home.nix
1
home.nix
|
@ -259,6 +259,7 @@ with import ./modules/neovim-config.nix { inherit pkgs lib fromGitHub; };
|
||||||
nxc = "sudo nix-collect-garbage -d";
|
nxc = "sudo nix-collect-garbage -d";
|
||||||
};
|
};
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
csk = "cd (sk -e)";
|
||||||
nxu = ''sudo sh -c "nixos-rebuild boot --upgrade --log-format internal-json -v |& nom --json"'';
|
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"'';
|
nxw = ''sudo sh -c "nixos-rebuild switch --log-format internal-json -v |& nom --json"'';
|
||||||
aria = "aria2c -c -k1M -x10";
|
aria = "aria2c -c -k1M -x10";
|
||||||
|
|
Loading…
Reference in a new issue