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; shell.niri = enabled;
programs = { programs = {
cheat = enabled;
nemo = enabled; nemo = enabled;
}; };

View file

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

View file

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