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; shell.niri = enabled;
programs = { programs = {
amfora = enabled;
cheat = enabled; cheat = enabled;
fzf = enabled; fzf = enabled;
gh = enabled; gh = enabled;

View file

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

View file

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