Compare commits

..

No commits in common. "4e15d8da53c7bc554f0e97de8e57c7abc44b8cec" and "b4fe2799255cb25396a43281a261a1378051ed25" have entirely different histories.

2 changed files with 7 additions and 8 deletions

View file

@ -29,15 +29,15 @@
{ hostname = "snowhawk"; }
];
darwinConfigurations = builders.compileDarwinSystems [
{ hostname = "little-lightning"; }
];
homeConfigurations = builders.compileHomes [
{ user = "zynh"; hostname = "msiserver"; }
{ user = "val"; hostname = "caveserver"; }
];
darwinConfigurations = builders.compileDarwinSystems [
{ hostname = "little-lightning"; }
];
overlays.default = import ./pkgs;
};
}

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