feat: ✨ Starting setup nix settings
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user