Compare commits
No commits in common. "80db2112a08a257128b032bbd97a74862c7be694" and "02ff8573ea1be68f8d75e88e7942571c986fbdb3" have entirely different histories.
80db2112a0
...
02ff8573ea
|
@ -49,8 +49,6 @@
|
||||||
|
|
||||||
security.pam.enableSudoTouchIdAuth = true;
|
security.pam.enableSudoTouchIdAuth = true;
|
||||||
|
|
||||||
networking.hostName = "Joe-Bidens-MacBook-Pro";
|
|
||||||
|
|
||||||
system.defaults = {
|
system.defaults = {
|
||||||
NSGlobalDomain.AppleShowAllFiles = true;
|
NSGlobalDomain.AppleShowAllFiles = true;
|
||||||
finder.AppleShowAllFiles = true;
|
finder.AppleShowAllFiles = true;
|
||||||
|
|
|
@ -68,7 +68,7 @@
|
||||||
mkNixOsGraphical = opts: import ./nixos/graphical.nix (opts // { fox-layout = rachel.keyboardLayouts.fox; });
|
mkNixOsGraphical = opts: import ./nixos/graphical.nix (opts // { fox-layout = rachel.keyboardLayouts.fox; });
|
||||||
mkNixOsNetworking = opts: import ./nixos/networking.nix opts;
|
mkNixOsNetworking = opts: import ./nixos/networking.nix opts;
|
||||||
in {
|
in {
|
||||||
homeConfigurations."xenia@Joe-Bidens-MacBook-Pro" =
|
homeConfigurations."xenia@Joe-Bidens-MacBook-Pro.local" =
|
||||||
let
|
let
|
||||||
system = "aarch64-darwin";
|
system = "aarch64-darwin";
|
||||||
pkgs = mkPkgs system;
|
pkgs = mkPkgs system;
|
||||||
|
|
|
@ -169,7 +169,7 @@ in rec {
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
pull.ff = "only";
|
pull.ff = "only";
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
core.editor = "kak";
|
core.editor = "${kak.package}/bin/kak";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user