feat: amfora
This commit is contained in:
parent
6a43ef3bd9
commit
7faa72dcd7
4 changed files with 2 additions and 1 deletions
|
@ -43,6 +43,7 @@ in {
|
|||
shell.niri = enabled;
|
||||
|
||||
programs = {
|
||||
amfora = enabled;
|
||||
cheat = enabled;
|
||||
fzf = enabled;
|
||||
gh = enabled;
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: let
|
||||
cfg = config.marleyos.programs.amfora;
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
imports = [
|
||||
./agenix.nix
|
||||
./amfora
|
||||
./bat.nix
|
||||
./cheat.nix
|
||||
./curl.nix
|
||||
|
|
Loading…
Reference in a new issue