mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 11:07:44 +00:00
modules: add unfree software module
This commit is contained in:
parent
c57a59e38e
commit
c5d9a39ed5
2 changed files with 9 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
{ config, lib, pkgs, ... }: let
|
||||
inherit (lib) attrValues optionalAttrs;
|
||||
in {
|
||||
unfree.allowedNames = [ "claude-code" ];
|
||||
|
||||
environment.systemPackages = attrValues <| {
|
||||
inherit (pkgs)
|
||||
asciinema
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue