move dock to bottom
This commit is contained in:
parent
660667afa2
commit
d78c27d035
@ -76,6 +76,7 @@
|
||||
# ---- ADD SYSTEM CONFIGS HERE ------
|
||||
system.defaults = {
|
||||
dock.autohide = true;
|
||||
dock.orientation = "bottom";
|
||||
dock.persistent-apps = [
|
||||
"${pkgs.alacritty}/Applications/Alacritty.app"
|
||||
"/Applications/Safari.app"
|
||||
@ -109,6 +110,9 @@
|
||||
# The platform the configuration will be used on.
|
||||
nixpkgs.hostPlatform = "aarch64-darwin";
|
||||
|
||||
# use touchid for password auth
|
||||
security.pam.enableSudoTouchIdAuth = true;
|
||||
|
||||
};
|
||||
in
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user