lighttigerXIV / catppuccinifier

Apply catppuccin flavors to your wallpapers
MIT License
164 stars 8 forks source link

chore: add nix flake #22

Closed DakshG07 closed 1 year ago

DakshG07 commented 1 year ago

Adds a Nix flake to the system. Adds a Nix derivation for the CLI. A derivation for the GUI would be quite a bit more complicated(requires setting up tauri, node, etc.), so I've left that for a later time.

You can test it with nix shell .#cli, which will create a new shell with the CLI built.

Also adds support for devShell and direnv, for convenience.

lighttigerXIV commented 1 year ago

Tell me when you finish this 😂