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;
|
shell.niri = enabled;
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
amfora = enabled;
|
||||||
cheat = enabled;
|
cheat = enabled;
|
||||||
fzf = enabled;
|
fzf = enabled;
|
||||||
gh = enabled;
|
gh = enabled;
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
lib,
|
lib,
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
inputs,
|
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
cfg = config.marleyos.programs.amfora;
|
cfg = config.marleyos.programs.amfora;
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./agenix.nix
|
./agenix.nix
|
||||||
|
./amfora
|
||||||
./bat.nix
|
./bat.nix
|
||||||
./cheat.nix
|
./cheat.nix
|
||||||
./curl.nix
|
./curl.nix
|
||||||
|
|
Loading…
Reference in a new issue