feat: install apps using homebrew instead of nix

This commit is contained in:
Ryan Yin
2023-07-05 15:34:42 +08:00
parent e90d2eca1e
commit 4af3fa88dd
5 changed files with 81 additions and 26 deletions

View File

@@ -10,10 +10,11 @@
#
###################################################################################
# # enable flakes globally
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings.trusted-users = ["admin"];
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
@@ -30,10 +31,6 @@
# Add ability to used TouchID for sudo authentication
security.pam.enableSudoTouchIdAuth = true;
# Keyboard
system.keyboard.enableKeyMapping = true;
system.keyboard.remapCapsLockToEscape = true;
# Set your time zone.
time.timeZone = "Asia/Shanghai";