little-lightning: rebuild as a fish abbreviation
parent
ebf403819f
commit
4e15d8da53
|
@ -27,11 +27,12 @@
|
||||||
home.username = "zynh";
|
home.username = "zynh";
|
||||||
home.homeDirectory = "/Users/zynh";
|
home.homeDirectory = "/Users/zynh";
|
||||||
|
|
||||||
|
programs.fish.shellAbbrs = {
|
||||||
|
rebuild = /* bash */ "darwin-rebuild switch --flake ~/nixos#little-lightning |& nom";
|
||||||
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
(writeShellScriptBin "rebuild" ''
|
|
||||||
darwin-rebuild switch --flake ~/nixos#little-lightning |& nom
|
|
||||||
'')
|
|
||||||
|
|
||||||
wakeonlan
|
wakeonlan
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue