AdisonCavani / distro-grub-themes

A pack of GRUB2 themes for each Linux distribution
https://k1ng.dev/distro-grub-themes
GNU General Public License v3.0
877 stars 55 forks source link

feat: add nix flake #132

Closed zakuciael closed 2 months ago

zakuciael commented 3 months ago

Description

This PR adds a new installation method for NixOS users by adding a flake.nix file. It also adds a new GitHub action that automatically checks if the nix configuration is valid, and that the packages can be built. The Flake requires no additional updates from maintainers as it gathers all themes located under the assets/backgrounds/ folder and builds them automatically.

Type of change

Checklist:

zakuciael commented 2 months ago

I've moved the files to the build/ directory. But I've left the flake.nix and flake.lock in the root. Otherwise, it adds extra steps when installing the flake on NixOS and it is a standard in Nix community to add it to the root of the repository.