feat: amfora

This commit is contained in:
punkfairie 2025-05-31 14:09:22 -07:00
parent 6a43ef3bd9
commit 7faa72dcd7
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
4 changed files with 2 additions and 1 deletions

View file

@ -43,6 +43,7 @@ in {
shell.niri = enabled;
programs = {
amfora = enabled;
cheat = enabled;
fzf = enabled;
gh = enabled;

View file

@ -2,7 +2,6 @@
lib,
config,
pkgs,
inputs,
...
}: let
cfg = config.marleyos.programs.amfora;

View file

@ -1,6 +1,7 @@
{
imports = [
./agenix.nix
./amfora
./bat.nix
./cheat.nix
./curl.nix