Add some things

main
Matthew Ess 2022-08-29 18:52:58 -04:00
parent b34c5c6505
commit eeaec5863f
2 changed files with 13 additions and 1 deletions

View File

@ -59,6 +59,7 @@ in
"aerial"
"alfred"
"bartender"
"conda"
# "cursorcerer"
"firefox"
"jitsi-meet"
@ -72,6 +73,7 @@ in
"seaglass"
"secretive"
"signal"
"stay"
"transmission"
# "twitch"
# "utm"

View File

@ -152,6 +152,16 @@
popd
'';
};
darwin-rebuild-edit-kakoune = {
argumentNames = [ "file" ];
body = ''
if test -z "$file"
set -l file flake.nix
end
from-nix kak $file
'';
};
};
# }}}
@ -176,7 +186,7 @@
# edit darwin-rebuild config in vim
drv = "vim ${nixConfigDir}";
# edit darwin-rebuild config in kakoune
drk = "from-nix kak flake.nix";
drk = "darwin-rebuild-edit-kakoune";
flakeup = "nix flake update ${nixConfigDir}/";
nb = "nix build";
nd = "nix develop";