feat: ✨ Starting setup nix settings
This commit is contained in:
parent
37d756b26f
commit
a62c397d0c
10
flake.nix
10
flake.nix
@ -77,6 +77,16 @@
|
||||
|
||||
};
|
||||
|
||||
# System configuration
|
||||
security.pam.enableSudoTouchIdAuth = true;
|
||||
system.defaults = {
|
||||
dock = {
|
||||
autohide = true;
|
||||
orientation = "left";
|
||||
};
|
||||
finder.FXPreferredViewStyle = "Nlsv";
|
||||
};
|
||||
|
||||
# Allow broken packages
|
||||
nixpkgs.config.allowBroken = true;
|
||||
# allow unfree packages
|
||||
|
Loading…
x
Reference in New Issue
Block a user