little-lightning: no longer relying on fish

main
Zynh Ludwig 2024-11-07 16:22:14 -08:00
parent 8aba0be0b4
commit 7f5a55ba72
1 changed files with 3 additions and 4 deletions

View File

@ -27,12 +27,11 @@
home.username = "zynh";
home.homeDirectory = "/Users/zynh";
programs.fish.shellAbbrs = {
rebuild = /* bash */ "darwin-rebuild switch --flake ~/nixos#little-lightning &| nom";
};
home.packages = with pkgs; [
nix-output-monitor
(writeShellScriptBin "rebuild" ''
darwin-rebuild switch --flake ~/nixos#little-lightning |& nom
'')
wakeonlan