From 9cee3fce85ac24c6563eaa9e41082b04e685e62b Mon Sep 17 00:00:00 2001 From: jmug Date: Fri, 11 Jul 2025 00:55:14 -0700 Subject: [PATCH] Add fly cli. Signed-off-by: jmug --- hosts/asahi/home.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/asahi/home.nix b/hosts/asahi/home.nix index a253736..8780c92 100644 --- a/hosts/asahi/home.nix +++ b/hosts/asahi/home.nix @@ -52,6 +52,8 @@ in (webcord.override { electron = inputs.nixpkgs-electron-32.legacyPackages."aarch64-linux".electron; }) whatsie obs-studio + # Dev tools + flyctl ]; pointerCursor = { @@ -142,6 +144,7 @@ in programs.zsh.shellAliases = { + fly = "flyctl"; # TODO: Interpolate the name of the host here. nrsw = "sudo nixos-rebuild switch --flake /home/jmug/nixos#asahi"; # parametrize this as home dir. };