Configuration for my NixOS based systems and Home Manager

Stuff

+5 -2
+2 -2
aerc/aerc.conf
··· 160 160 # You can also match on non-mimetypes, by prefixing with the header to match 161 161 # against (non-case-sensitive) and a comma, e.g. subject,text will match a 162 162 # subject which contains "text". Use header,~regex to match against a regex. 163 - subject,~^\[PATCH=awk -f /usr/lib/aerc/filters/hldiff 163 + #>>>subject,~^\[PATCH=awk -f /usr/lib/aerc/filters/hldiff 164 164 #text/html=/usr/local/share/aerc/filters/html 165 - text/*=awk -f /usr/lib/aerc/filters/plaintext 165 + #>>>text/*=awk -f /usr/lib/aerc/filters/plaintext 166 166 #image/*=catimg -w $(tput cols) - 167 167 168 168 [triggers]
+1
noah-home.nix
··· 43 43 elixir 44 44 ghc 45 45 nil 46 + python3 46 47 47 48 # JetBrains 48 49 jetbrains-toolbox
+2
sway/odin
··· 10 10 # Sometimes the DP identifier changes for some reason 11 11 output DP-6 pos -430 1440 12 12 output DP-6 adaptive_sync on 13 + output DP-10 pos -430 1440 14 + output DP-10 adaptive_sync on 13 15 # The HDMI gets messed up too :( 14 16 output HDMI-A-2 pos 0 0 15 17 output HDMI-A-2 adaptive_sync off