{ "uuid": [ { "value": "0dcdf3e3-9f83-426e-9dfa-ab7a28c63951" } ], "langcode": [ { "value": "en" } ], "type": [ { "target_id": "daily_email", "target_type": "node_type", "target_uuid": "8bde1f2f-eef9-4f2d-ae9c-96921f8193d7" } ], "revision_timestamp": [ { "value": "2025-05-11T08:59:58+00:00" } ], "revision_uid": [ { "target_type": "user", "target_uuid": "b8966985-d4b2-42a7-a319-2e94ccfbb849" } ], "revision_log": [], "status": [ { "value": true } ], "uid": [ { "target_type": "user", "target_uuid": "b8966985-d4b2-42a7-a319-2e94ccfbb849" } ], "title": [ { "value": "With patches, I can change anything I want" } ], "created": [ { "value": "2025-04-21T00:00:00+00:00" } ], "changed": [ { "value": "2025-05-11T08:59:58+00:00" } ], "promote": [ { "value": false } ], "sticky": [ { "value": false } ], "default_langcode": [ { "value": true } ], "revision_translation_affected": [ { "value": true } ], "path": [ { "alias": "\/daily\/2025\/04\/21\/patch", "langcode": "en" } ], "body": [ { "value": "\n
I've been a Drupal and Linux user for a long time, as well as using command-line tools and utilities like Neovim and tmux.<\/p>\n\n
Since September 2022, I've used NixOS as my daily operating system on my computers.<\/p>\n\n
Based on similar programs, in particular by ThePrimeagen, I wrote and use a program to automatically open tmux sessions and run initial commands for any project in my Code directory.<\/p>\n\n
In October, he released tmux-sessionizer as its own package<\/a>.<\/p>\n\n There is a There was also this problem in the code:<\/p>\n\n These directories don't match what I use on my computers.<\/p>\n\n People have submitted pull requests, but these haven't yet been merged.<\/p>\n\n Either I change my directory structure or I can't use it.<\/p>\n\n But, in my derivation, I can apply my own patch files to make any changes I want - such as changing the directories to ones I'd want to use - making it usable for me.<\/p>\n\n I can also apply other people's patches, the same as I'm doing with dwm.<\/p>\n\n Someone has created a pull request to make the directories dynamic based on a configuration file.<\/p>\n\n I can apply these changes as a patch to my configuration and remove my custom one.<\/p>\n\n I can make any other changes I want or need to.<\/p>\n\n The possibilities are endless.<\/p>\n\n ",
"format": "full_html",
"processed": "\n I've been a Drupal and Linux user for a long time, as well as using command-line tools and utilities like Neovim and tmux.<\/p>\n\n Since September 2022, I've used NixOS as my daily operating system on my computers.<\/p>\n\n Based on similar programs, in particular by ThePrimeagen, I wrote and use a program to automatically open tmux sessions and run initial commands for any project in my Code directory.<\/p>\n\n In October, he released tmux-sessionizer as its own package<\/a>.<\/p>\n\ntmux-sessionizer<\/code> already in nixpkgs, but I wrote my own derivation<\/a> to use Prime's.<\/p>\n\n
# If someone wants to make this extensible, i'll accept\n# PR\nselected=$(find ~\/ ~\/personal ~\/personal\/dev\/env\/.config -mindepth 1 -maxdepth 1 -type d | fzf)\n<\/code><\/pre>\n\n