nu: add generate-topology alias

This commit is contained in:
notohh 2025-02-08 17:45:44 -05:00
parent 6fe24f311f
commit a69380665e
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -39,6 +39,7 @@ alias tail = tspin
alias spotify = spotify_player
alias atac = atac --directory ~/.config/atac/
alias zed = zeditor .
alias generate-topology = nix build ".#topology.x86_64-linux.config.output"
nitch
$env.config = {
@ -221,7 +222,7 @@ $env.config = {
| where command =~ $buffer
| each { |it| {value: $it.command description: $it.usage} }
}
}
}
]
keybindings: [
{
@ -325,7 +326,7 @@ $env.config = {
event: { send: menu name: commands_with_description }
}
]
}