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:
parent
577bcea995
commit
0bdd004824
5 changed files with 143 additions and 11 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue