Jeff Huffman
Jeff Huffman
On further thought, I'm guessing that rather than have vieb read commands from the script's output, you'd prefer to have a single mechanism for scripts to execute vieb commands, whether...
I'd still like to avoid the overhead of trying to start vieb every time, either for getting data or running commands... perhaps you could set up an ipc socket and...
qutebrowser allows integration of external password managers via it's [userscripts](https://qutebrowser.org/doc/userscripts.html) (not the same as greasemonkey scripts), which are external binaries it can call with some contextual information in environment variables,...
> Another option would be to leave the information gathering and parsing to an external script that must return the data in a fixed format and do it without cli...
I created a wrapper to implement the `legacyPackages` workaround, and never thought to link it here... but here it is, in case it's useful: https://github.com/tejing1/nix-search
Here's a much more idiomatic expression: ```nix { pkgs ? import {} , poetry2nix ? pkgs.poetry2nix , fetchFromGitHub ? pkgs.fetchFromGitHub }: poetry2nix.mkPoetryApplication { projectDir = fetchFromGitHub { owner = "NayamAmarshe";...
I have no idea if this is still an issue for anyone after over a year, but I'm using browserpass with brave without an issue on nixos+home-manager. These lines from...
`urxvt`, from the `rxvt-unicode` package.
Same issue, my system config is also a flake, and not at `/etc/nixos`, though `nixos-rebuild` finds it properly through the symlink I placed at `/etc/nixos/flake.nix`. It might also be relevant...
Tried the new version, but even when I manually point it at my flake.nix and one of the modules in my config (I have it split up into multiple files),...