my NixOS and nix-darwin config
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

.

+11 -1
+1 -1
modules/home/shells/fish/default.nix
··· 140 140 141 141 typst watch "$input_file" "$output_file" & # Watch and compile Typst file 142 142 sleep 1 # Give Typst some time to generate the PDF 143 - zathura "$output_file" # Open the generated PDF 143 + open "$output_file" # Open the generated PDF 144 144 ''; 145 145 }; 146 146 };
+10
modules/home/wm/aerospace/aerospace.toml
··· 69 69 activate 70 70 delay 0.8 71 71 end tell 72 + 73 + tell application "Calendar" 74 + activate 75 + delay 0.8 76 + end tell 72 77 ' 73 78 74 79 ''' ··· 302 307 10 = 1 303 308 304 309 S = 1 310 + C = 1 305 311 306 312 D = 3 307 313 M = 3 ··· 337 343 [[on-window-detected]] 338 344 if.app-id = 'com.mitchellh.ghostty' 339 345 run = ['move-node-to-workspace T'] 346 + 347 + [[on-window-detected]] 348 + if.app-id = 'com.apple.iCal' 349 + run = ['move-node-to-workspace C'] 340 350 341 351 [[on-window-detected]] 342 352 if.window-title-regex-substring = '(?i)emergence'