feat: glow
This commit is contained in:
parent
5b0774350f
commit
6908755316
3 changed files with 4 additions and 2 deletions
|
@ -16,6 +16,7 @@ in {
|
|||
bat = enabled;
|
||||
curl = enabled;
|
||||
eza = enabled;
|
||||
figlet = enabled;
|
||||
fish = enabled;
|
||||
nh = enabled;
|
||||
};
|
||||
|
@ -28,9 +29,9 @@ in {
|
|||
|
||||
programs = {
|
||||
cheat = enabled;
|
||||
figlet = enabled;
|
||||
fzf = enabled;
|
||||
gh = enabled;
|
||||
glow = enabled;
|
||||
nemo = enabled;
|
||||
};
|
||||
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
./fzf.nix
|
||||
./gh.nix
|
||||
./git
|
||||
./glow.nix
|
||||
./nemo.nix
|
||||
./nh.nix
|
||||
./waybar.nix
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
cfg = config.marleyos.programs.glow;
|
Loading…
Reference in a new issue