From 573ca91f6eb1ff8d42adb5540af3982ab5c1d501 Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Fri, 13 Sep 2024 18:12:35 +0200 Subject: [PATCH] darwin aliases --- users/pbsds/home/profiles/shell.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/users/pbsds/home/profiles/shell.nix b/users/pbsds/home/profiles/shell.nix index fc33f80..757846e 100644 --- a/users/pbsds/home/profiles/shell.nix +++ b/users/pbsds/home/profiles/shell.nix @@ -103,6 +103,11 @@ #home.shellAliases.mv = "mv -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.packages = lib.filter (x: x != null) (with pkgs; [