File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 inherit ( user ) email ;
1010 } ;
1111 init . defaultBranch = "main" ;
12- credential . helper = "osxkeychain" ;
1312 } ;
1413 } ;
1514 } ;
Original file line number Diff line number Diff line change 1919 aerospace
2020 ] ;
2121 } ;
22- programs . aerospace . settings = {
23- exec-on-workspace-change = [
24- "${ lib . getExe pkgs . sketchybar } --trigger aerospace_workspace_change FOCUSED_WORKSPACE=$AEROSPACE_FOCUSED_WORKSPACE"
25- ] ;
26- on-focus-changed = [
27- "exec-and-forget ${ lib . getExe pkgs . sketchybar } --trigger aerospace_focus_change"
28- ] ;
29- gaps . outer . top = 30 ;
30- } ;
3122 xdg . configFile = {
3223 "sketchybar/helpers/spaces_util/icon_map.lua" . source = "${ pkgs . sketchybar-app-font } /lib/sketchybar-app-font/icon_map.lua" ;
3324 "sketchybar/settings.lua" . text = ''
4132 }
4233 '' ;
4334 } ;
35+
36+ programs . aerospace . settings = {
37+ exec-on-workspace-change = [
38+ "${ lib . getExe pkgs . sketchybar } --trigger aerospace_workspace_change FOCUSED_WORKSPACE=$AEROSPACE_FOCUSED_WORKSPACE"
39+ ] ;
40+ on-focus-changed = [
41+ "exec-and-forget ${ lib . getExe pkgs . sketchybar } --trigger aerospace_focus_change"
42+ ] ;
43+ gaps . outer . top = 30 ;
44+ } ;
4445 } ;
4546 } ;
4647}
You can’t perform that action at this time.
0 commit comments