feat: cheat
This commit is contained in:
parent
d22ff8cbe4
commit
21ea51b78d
3 changed files with 3 additions and 1 deletions
|
@ -24,6 +24,7 @@ in {
|
|||
shell.niri = enabled;
|
||||
|
||||
programs = {
|
||||
cheat = enabled;
|
||||
nemo = enabled;
|
||||
};
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
cfg = config.marleyos.programs.cheat;
|
|
@ -2,6 +2,7 @@
|
|||
imports = [
|
||||
./agenix.nix
|
||||
./bat.nix
|
||||
./cheat.nix
|
||||
./fuzzel.nix
|
||||
./nemo.nix
|
||||
./nh.nix
|
||||
|
|
Loading…
Reference in a new issue