Nathaniel Barragan

Results 10 issues of Nathaniel Barragan

If there's too much time between outputs to stdout for the block, i3blocks will no longer output stdout There's an easy way to replicate this using xtitle 1. Create a...

The NOTIFY_CMD variable just templates various things into the command given in NOTIFY_CMD. The formatted string doesn't escape things like quotation marks, nor things like `>` or `[[` making not...

Hello! I'm working on my own OS, and I'm wanting to do some remote debugging using QEMU's built in GDB server. I'd like to be able to run QEMU prior...

In the [style guide](https://danth.github.io/stylix/styling.html) there's some guidelines for what colors to use for what. I think it'd be pretty useful to add aliases for these uses under `stylix.colors.general.{colorAlias}` `stylix.colors.notifications.{colorAlias}` and...

feature

HM just added a new bemenu module upstream, so this commit changes the stylix bemenu module to use that instead.

When writing the config files in `write_config.py` we can instead perhaps use something like this (mostly pseudocode): ```nix thisConfig = conf: pkgs.mkDerivation let confAsJson = convConfToJson conf in { nativeBuildInputs...

### Bug Description When trying to verify the device, no routes work. Entering in the security key just says that it worked, but it does not. Trying to verify from...

bug
stale

90% of the code is copied over from swaylock so thanks to the creator of that module! ### Description ### Checklist - [X] Change is backwards compatible. - [X] Code...

Hello! [I made a NixOS flake containing a module that others can use.](https://git.sr.ht/~noodlez1232/ytdl-sub-flake) I'd like to add it to the documentation as some sort of community/unofficial method of using it....