mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-22 12:55:13 +08:00
feat: copy over some more things from the default darwin flake
This commit is contained in:
parent
ec8d4b8ce7
commit
125c6ef98f
1 changed files with 13 additions and 1 deletions
|
|
@ -13,8 +13,21 @@
|
|||
#./../../modules/services/automount.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.vim
|
||||
];
|
||||
|
||||
security.pam.enableSudoTouchIdAuth = true;
|
||||
system.primaryUser = username;
|
||||
|
||||
nix.settings.experimental-features = "nix-command flakes";
|
||||
|
||||
system.configurationRevision = self.rev or self.dirtyRev or null;
|
||||
|
||||
system.stateVersion = 6;
|
||||
|
||||
nixpkgs.hostPlatform = "aarch64-darwin";
|
||||
|
||||
homebrew = {
|
||||
enable = true;
|
||||
onActivation = {
|
||||
|
|
@ -27,7 +40,6 @@
|
|||
no_quarantine = true;
|
||||
};
|
||||
casks = [
|
||||
# "steam"
|
||||
"libreoffice"
|
||||
"signal"
|
||||
"handbrake"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue