nix: +boomer

This commit is contained in:
Primrose 2025-03-26 22:20:50 +01:00
parent fe05b5ba5a
commit 99f358208d
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 30 additions and 6 deletions

View file

@ -16,12 +16,12 @@ lib.composeManyExtensions [
wallpapers = final.callPackage sources.wallpapers {};
# TODO: only has flake
#
# inherit
# (inputs.boomer.packages.${final.system})
# boomer
# ;
# Boomer has no flake-compat built-in, so let's hack it
boomer = let
flake-compat = import sources.flake-compat;
boomer-flake = (flake-compat {src = sources.boomer;}).defaultNix;
in
boomer-flake.packages.${final.system}.default;
inherit (final.callPackage sources.agenix {}) agenix;