little-lightning: no longer relying on fish
parent
8aba0be0b4
commit
7f5a55ba72
|
@ -27,12 +27,11 @@
|
||||||
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