Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

ADD: ocopy

+7
+4
noah-home.nix
··· 203 203 source = ./i3status; 204 204 recursive = true; 205 205 }; 206 + home.file.".local/bin" = { 207 + source = ./scripts; 208 + recursive = true; 209 + }; 206 210 207 211 home.stateVersion = "23.11"; 208 212
+3
scripts/ocopy
··· 1 + #!/usr/bin/env sh 2 + 3 + printf "\033]52;c;%s\007" "$(base64 <&0)"