Compare commits

..

No commits in common. "80db2112a08a257128b032bbd97a74862c7be694" and "02ff8573ea1be68f8d75e88e7942571c986fbdb3" have entirely different histories.

3 changed files with 2 additions and 4 deletions

View File

@ -49,8 +49,6 @@
security.pam.enableSudoTouchIdAuth = true;
networking.hostName = "Joe-Bidens-MacBook-Pro";
system.defaults = {
NSGlobalDomain.AppleShowAllFiles = true;
finder.AppleShowAllFiles = true;

View File

@ -68,7 +68,7 @@
mkNixOsGraphical = opts: import ./nixos/graphical.nix (opts // { fox-layout = rachel.keyboardLayouts.fox; });
mkNixOsNetworking = opts: import ./nixos/networking.nix opts;
in {
homeConfigurations."xenia@Joe-Bidens-MacBook-Pro" =
homeConfigurations."xenia@Joe-Bidens-MacBook-Pro.local" =
let
system = "aarch64-darwin";
pkgs = mkPkgs system;

View File

@ -169,7 +169,7 @@ in rec {
init.defaultBranch = "main";
pull.ff = "only";
pull.rebase = true;
core.editor = "kak";
core.editor = "${kak.package}/bin/kak";
};
};
}