Configuration for my NixOS based systems and Home Manager

Stuff

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