Add fly cli.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
a42b1d2bce
commit
9cee3fce85
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue