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;
|
shell.niri = enabled;
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
cheat = enabled;
|
||||||
nemo = enabled;
|
nemo = enabled;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
lib,
|
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
lib,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
cfg = config.marleyos.programs.cheat;
|
cfg = config.marleyos.programs.cheat;
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue