Compare commits
2 Commits
02ff8573ea
...
80db2112a0
Author | SHA1 | Date | |
---|---|---|---|
80db2112a0 | |||
bf8d138fca |
|
@ -49,6 +49,8 @@
|
||||||
|
|
||||||
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.local" =
|
homeConfigurations."xenia@Joe-Bidens-MacBook-Pro" =
|
||||||
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.package}/bin/kak";
|
core.editor = "kak";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user