feat: gh
This commit is contained in:
parent
1f388342bb
commit
a8fa9c6c04
3 changed files with 3 additions and 1 deletions
|
@ -30,6 +30,7 @@ in {
|
||||||
cheat = enabled;
|
cheat = enabled;
|
||||||
figlet = enabled;
|
figlet = enabled;
|
||||||
fzf = enabled;
|
fzf = enabled;
|
||||||
|
gh = enabled;
|
||||||
nemo = enabled;
|
nemo = enabled;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
./fish.nix
|
./fish.nix
|
||||||
./fuzzel.nix
|
./fuzzel.nix
|
||||||
./fzf.nix
|
./fzf.nix
|
||||||
|
./gh.nix
|
||||||
./nemo.nix
|
./nemo.nix
|
||||||
./nh.nix
|
./nh.nix
|
||||||
./waybar.nix
|
./waybar.nix
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
lib,
|
|
||||||
config,
|
config,
|
||||||
|
lib,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
cfg = config.marleyos.programs.gh;
|
cfg = config.marleyos.programs.gh;
|
Loading…
Reference in a new issue