"value":"\n <p>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<p>Since September 2022, I've used NixOS as my daily operating system on my computers.<\/p>\n\n<p>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<p>In October, he released <a href=\"https:\/\/github.com\/ThePrimeagen\/tmux-sessionizer\">tmux-sessionizer as its own package<\/a>.<\/p>\n\n<p>There is a <code>tmux-sessionizer<\/code> already in nixpkgs, but <a href=\"https:\/\/code.oliverdavies.uk\/opdavies\/nix-config\/src\/commit\/28d75ce6b85e0852aa3f8454bab4f2206ad7e50a\/pkgs\/tmux-sessionizer\/default.nix\">I wrote my own derivation<\/a> to use Prime's.<\/p>\n\n<p>There was also this problem in the code:<\/p>\n\n<pre><code class=\"bash\"># 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<p>These directories don't match what I use on my computers.<\/p>\n\n<p>People have submitted pull requests, but these haven't yet been merged.<\/p>\n\n<p>Either I change my directory structure or I can't use it.<\/p>\n\n<p>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<p>I can also apply other people's patches, the same as I'm doing with dwm.<\/p>\n\n<p>Someone has created a pull request to make the directories dynamic based on a configuration file.<\/p>\n\n<p>I can apply these changes as a patch to my configuration and remove my custom one.<\/p>\n\n<p>I can make any other changes I want or need to.<\/p>\n\n<p>The possibilities are endless.<\/p>\n\n ",
"format":"full_html",
"processed":"\n <p>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<p>Since September 2022, I've used NixOS as my daily operating system on my computers.<\/p>\n\n<p>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<p>In October, he released <a href=\"https:\/\/github.com\/ThePrimeagen\/tmux-sessionizer\">tmux-sessionizer as its own package<\/a>.<\/p>\n\n<p>There is a <code>tmux-sessionizer<\/code> already in nixpkgs, but <a href=\"https:\/\/code.oliverdavies.uk\/opdavies\/nix-config\/src\/commit\/28d75ce6b85e0852aa3f8454bab4f2206ad7e50a\/pkgs\/tmux-sessionizer\/default.nix\">I wrote my own derivation<\/a> to use Prime's.<\/p>\n\n<p>There was also this problem in the code:<\/p>\n\n<pre><code class=\"bash\"># 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<p>These directories don't match what I use on my computers.<\/p>\n\n<p>People have submitted pull requests, but these haven't yet been merged.<\/p>\n\n<p>Either I change my directory structure or I can't use it.<\/p>\n\n<p>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<p>I can also apply other people's patches, the same as I'm doing with dwm.<\/p>\n\n<p>Someone has created a pull request to make the directories dynamic based on a configuration file.<\/p>\n\n<p>I can apply these changes as a patch to my configuration and remove my custom one.<\/p>\n\n<p>I can make any other changes I want or need to.<\/p>\n\n<p>The possibilities are endless.<\/p>\n\n ",