Thiago Kenji Okada

Results 14 issues of Thiago Kenji Okada

This PR introduces support to Light (https://github.com/haikarainen/light) support in `backlight` module, as a alternative program to control backlight. It uses sysfs files and udev rules instead of through a X...

Hexchat seems to been overwriting `hexchat.conf` and `servlist.conf` (and maybe other config files). For users that manage their configuration files inside a dotfiles or a project like Home-Manager, where you...

Lumo binary (download from either GitHub Releases or `npm i -g lumo-cljs`) does not run in NixOS 19.09. ``` $ ./lumo_linux64 zsh: no such file or directory: ./lumo_linux64 ``` It...

Adding support for everything that we need to make Yubikey works in Nubank would be nice to have. It is not simply adding packages in `environment.systemPackages` though, we need to...

Except for `all-tools` probably nothing in this repository works in `macOS`: - https://github.com/nubank/nixpkgs/blob/master/pkgs/dart/dart.nix#L12 - https://github.com/nubank/nixpkgs/blob/master/pkgs/flutter/flutter.nix#L42 - https://github.com/nubank/nixpkgs/blob/master/pkgs/hover/default.nix#L24-L34 If we have someone interested in making `nix` for `macOS` works we should...

good first issue

### Are you following the right branch? - [X] My Nixpkgs and Home Manager versions are in sync ### Is there an existing issue for this? - [X] I have...

bug
triage

It seems the recent versions of `retool` migrated from Poetry to Hatch for build system. This broke the packaging (missing script entry points), so I am providing fixes. This should...

This option removes a bunch of packages that are big. Results in around 5GB of free space. Based on this script: https://github.com/apache/flink/blob/master/tools/azure-pipelines/free_disk_space.sh

There is already a `SensorsBatteryBlock`, but it is based on `PollingBlock`. Instead, let's reimplement it using `sysfs` interface (https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-class-power) and `FileWatcherBlock` (based on `aionotify`). Some posts in StackOverflow on how...

This PR is trying to bump doom-emacs to a newer commit, after the failure of PR #268 (and any subsequent PR trying to bump `doom-emacs` input).