Compare commits
2 Commits
660667afa2
...
220abb5e21
Author | SHA1 | Date | |
---|---|---|---|
220abb5e21 | |||
d78c27d035 |
@ -76,6 +76,8 @@
|
|||||||
# ---- ADD SYSTEM CONFIGS HERE ------
|
# ---- ADD SYSTEM CONFIGS HERE ------
|
||||||
system.defaults = {
|
system.defaults = {
|
||||||
dock.autohide = true;
|
dock.autohide = true;
|
||||||
|
dock.orientation = "bottom";
|
||||||
|
dock.show-recents = false;
|
||||||
dock.persistent-apps = [
|
dock.persistent-apps = [
|
||||||
"${pkgs.alacritty}/Applications/Alacritty.app"
|
"${pkgs.alacritty}/Applications/Alacritty.app"
|
||||||
"/Applications/Safari.app"
|
"/Applications/Safari.app"
|
||||||
@ -109,6 +111,9 @@
|
|||||||
# The platform the configuration will be used on.
|
# The platform the configuration will be used on.
|
||||||
nixpkgs.hostPlatform = "aarch64-darwin";
|
nixpkgs.hostPlatform = "aarch64-darwin";
|
||||||
|
|
||||||
|
# use touchid for password auth
|
||||||
|
security.pam.enableSudoTouchIdAuth = true;
|
||||||
|
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user