Add fly cli.

Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
Mariano Uvalle 2025-07-11 00:55:14 -07:00
parent a42b1d2bce
commit 9cee3fce85

View file

@ -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.
};