little-lightning: no longer relying on fish
This commit is contained in:
parent
8aba0be0b4
commit
7f5a55ba72
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue