angrr: add as NixOS and nix-darwin module

pulled in as flake because the darwin module has not been upstreamed
yet, anf or consistency sake take all modules from the same source then
This commit is contained in:
Trolli Schmittlauch 2026-02-07 03:55:08 +01:00
parent 577bcea995
commit 0bdd004824
5 changed files with 143 additions and 11 deletions

View file

@ -1,7 +1,14 @@
{ config, pkgs, ... }:
let
inputs = config.inputInjection.flake-inputs;
in
{
imports = [ ../common/nix-settings.nix ];
imports = [
../common/nix-settings.nix
../common/angrr.nix
];
nix = {
enable = true;
settings = {