darwin aliases
This commit is contained in:
parent
71f874d785
commit
573ca91f6e
|
@ -103,6 +103,11 @@
|
||||||
#home.shellAliases.mv = "mv -i";
|
#home.shellAliases.mv = "mv -i";
|
||||||
#home.shellAliases.cp = "cp -i";
|
#home.shellAliases.cp = "cp -i";
|
||||||
|
|
||||||
|
home.shellAliases.dnom-build = "nom-build --system x86_64-darwin -j0";
|
||||||
|
home.shellAliases.dnix-build = "nix-build --system x86_64-darwin -j0";
|
||||||
|
home.shellAliases.danom-build = "nom-build --system aarch64-darwin -j0";
|
||||||
|
home.shellAliases.danix-build = "nix-build --system aarch64-darwin -j0";
|
||||||
|
|
||||||
home.shellAliases.kaomoji = "curl -s 'https://kaomoji.ru/en/' | htmlq tr td span --text | grep . | shuf | head -n1";
|
home.shellAliases.kaomoji = "curl -s 'https://kaomoji.ru/en/' | htmlq tr td span --text | grep . | shuf | head -n1";
|
||||||
|
|
||||||
home.packages = lib.filter (x: x != null) (with pkgs; [
|
home.packages = lib.filter (x: x != null) (with pkgs; [
|
||||||
|
|
Loading…
Reference in New Issue