Eman Resu
Eman Resu
# Motivation https://github.com/NixOS/nix/commit/3b388f6629938317d96ce72a1cfbee64372d8ce8 added some wonderful information on escaping dollar curlies within a multiline string. This is specifically helpful for writing shell scripts within something like writeShellScriptBin / writeShellApplication. However,...
I recently added the extra options specified by the readme into the NixOS module for nautilus-open-any-terminal (relevant PR linked [here](https://github.com/NixOS/nixpkgs/pull/342104)). This was PRed into unstable, so it won't work on...
## Description I've updated the constants to expect cachePath to exist, and saved cachePath as the value set in the path input, unchanged. This is so it can be properly...
(this is a joke PR, feel free to close) The README references this font as not "actually good". However, this font is literally the best one I've ever used. It...
I'd like to use `rainbow-blocks` for Lua, but I'd like to have a different color order, so the color is never the same as my color for variables (red). However,...
**Describe the bug** I'm using the lib function `mkAliasOptionModule` to provide easy access to home-manager config via an option alias. It turns this: ```nix home-manager.users.emanresu.foo.bar = true; ``` Into this:...
Steps to reproduce: - Open Yazi with `:Yazi` - Make some kind of filter. For the purposes of this, type `s` and search for something (make it a search that'll...
Improves highlighting for editors. Specifically helpful for Helix, which doesn't have a modeline yet.
> I've been testing the `--patch` mode for a couple of days with good results in almost all cases. The only problem I've found is when you do the following:...
I found myself wanting to print out a dictionary with the keys mapped to a string representation (not just through `string.inspect`) for easier readability. However, the `dict` module only provides...