Don't autohide menubar

This commit is contained in:
Nathan McCarty 2023-07-21 17:54:12 -04:00
parent 1ba39a8930
commit a147887a24
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:3elIBybO7zXuCg+/os7OlO2fwfRPXmObQjcHXBf7Hfg
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ in with lib; {
AppleInterfaceStyle = "Dark";
# Disable "natural" scrolling
"com.apple.swipescrolldirection" = false;
"_HIHideMenuBar" = false;
};
};
};