faukah
faukah
# Description This PR aims to provide basic base16 support. This is more of a draft and by far not finished, there are several things to be improved still. base16...
## Description of Changes Adds support for Fourier transformation operations via fftw to ImageMagick. ## Things done - Built on platform(s) - [X] x86_64-linux - [ ] aarch64-linux - [...
This PR gets rid of the flake's dependency on `flake-utils`, which is an abstraction library which is definitely not necessary here. This might be nice to reduce the flake's complexity...
- Refactor the flake, updating deprecated things (devShell -> devShells.default) - drop flake-utils, since this is really not needed here and can be replaces by a few simple lines of...
Does not work properly yet, thought I'd make it a draft nonetheless. ## **TODO** - [ ] Use [mini.base16](https://github.com/echasnovski/mini.base16) - [ ] Working `setupOpts` - [ ] enable different themes...
depends on #436. ## Sanity Checking [changelog]: https://github.com/nix-community/nh/tree/master/CHANGELOG.md - [ ] I have updated the [changelog] as per my changes - [X] I have tested, and self-reviewed my code -...
Move core logic to `platform.rs`. Depends on #436 and #445. ## Sanity Checking [changelog]: https://github.com/nix-community/nh/tree/master/CHANGELOG.md - [ ] I have updated the [changelog] as per my changes - [ ]...
foo
bar
Cleans up the nix code in various ways, the most important ones being: - Dropping flake-utils, thus reducing abstraction. - Decreasing the amount of files in the `src` fileset in...