mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-02-22 21:05:14 +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
|
#./../../modules/services/automount.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
environment.systemPackages = [
|
||||||
|
pkgs.vim
|
||||||
|
];
|
||||||
|
|
||||||
security.pam.enableSudoTouchIdAuth = true;
|
security.pam.enableSudoTouchIdAuth = true;
|
||||||
system.primaryUser = username;
|
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 = {
|
homebrew = {
|
||||||
enable = true;
|
enable = true;
|
||||||
onActivation = {
|
onActivation = {
|
||||||
|
|
@ -27,7 +40,6 @@
|
||||||
no_quarantine = true;
|
no_quarantine = true;
|
||||||
};
|
};
|
||||||
casks = [
|
casks = [
|
||||||
# "steam"
|
|
||||||
"libreoffice"
|
"libreoffice"
|
||||||
"signal"
|
"signal"
|
||||||
"handbrake"
|
"handbrake"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue