feat: cheat

This commit is contained in:
punkfairie 2025-05-26 18:59:08 -07:00
parent d22ff8cbe4
commit 21ea51b78d
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
3 changed files with 3 additions and 1 deletions

View file

@ -24,6 +24,7 @@ in {
shell.niri = enabled;
programs = {
cheat = enabled;
nemo = enabled;
};

View file

@ -1,7 +1,7 @@
{
lib,
config,
pkgs,
lib,
...
}: let
cfg = config.marleyos.programs.cheat;

View file

@ -2,6 +2,7 @@
imports = [
./agenix.nix
./bat.nix
./cheat.nix
./fuzzel.nix
./nemo.nix
./nh.nix