update default

This commit is contained in:
mjallen18
2024-03-27 13:13:36 -05:00
parent db9e297b5e
commit c577261b43
2 changed files with 25 additions and 18 deletions

View File

@@ -1,5 +1,7 @@
{ pkgs, ... }:
{
#nix run nix-darwin -- switch --flake ~/nix-config
# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget
environment.systemPackages =
@@ -22,6 +24,7 @@
"orcaslicer"
"vscodium"
"epic-games"
"wine-stable"
];
homebrew.masApps = {
@@ -36,7 +39,7 @@
system.defaults.NSGlobalDomain."com.apple.mouse.tapBehavior" = 1;
system.defaults.dock.autohide = false;
system.defaults.NSGlobalDomain.AppleInterfaceStyle = "Dark";
system.defaults.NSGlobalDomain."com.apple.keyboard.fnState" = true;
system.defaults.NSGlobalDomain."com.apple.keyboard.fnState" = false;
security.pam.enableSudoTouchIdAuth = true;