Nix hm #1

Merged
LarssonMartin1998 merged 106 commits from nix-hm into main 2025-02-25 14:13:05 +00:00
Showing only changes of commit 642b579f25 - Show all commits

View file

@ -15,6 +15,7 @@
enable = true; enable = true;
casks = [ casks = [
"ghostty" "ghostty"
"zen-browser"
]; ];
brews = [ brews = [
"mas" "mas"
@ -28,8 +29,22 @@
system = { system = {
configurationRevision = self.rev or self.dirtyRev or null; configurationRevision = self.rev or self.dirtyRev or null;
defaults = { defaults = {
dock.autohide = true; dock = {
finder.FXPreferredViewStyle = "clmv"; autohide = true;
persistent-apps = [ ];
persistent-others = [ ];
show-recents = false;
static-only = true;
};
finder = {
_FXShowPosixPathInTitle = true;
_FXSortFoldersFirst = true;
AppleShowAllFiles = true;
AppleShowAllExtensions = true;
ShowPathbar = true;
ShowStatusBar = true;
FXPreferredViewStyle = "clmv";
};
loginwindow.GuestEnabled = false; loginwindow.GuestEnabled = false;
NSGlobalDomain = { NSGlobalDomain = {
AppleICUForce24HourTime = true; AppleICUForce24HourTime = true;
@ -39,8 +54,11 @@
trackpad = { trackpad = {
Clicking = true; Clicking = true;
TrackpadThreeFingerDrag = true; TrackpadThreeFingerDrag = true;
TrackpadThreeFingerTapGesture = true;
}; };
controlcenter = {
BatteryShowPercentage = true;
};
hitoolbox.AppleFnUsageType = "Show Emoji & Symbols";
}; };
keyboard = { keyboard = {
enableKeyMapping = true; enableKeyMapping = true;