Compare commits

..

No commits in common. "220abb5e2199942518db5f13a2961a4d8c10f4b4" and "660667afa245257810167c628cc304f97106a592" have entirely different histories.

View File

@ -76,8 +76,6 @@
# ---- ADD SYSTEM CONFIGS HERE ------
system.defaults = {
dock.autohide = true;
dock.orientation = "bottom";
dock.show-recents = false;
dock.persistent-apps = [
"${pkgs.alacritty}/Applications/Alacritty.app"
"/Applications/Safari.app"
@ -111,9 +109,6 @@
# The platform the configuration will be used on.
nixpkgs.hostPlatform = "aarch64-darwin";
# use touchid for password auth
security.pam.enableSudoTouchIdAuth = true;
};
in
{