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;
|
||||
figlet = enabled;
|
||||
fzf = enabled;
|
||||
gh = enabled;
|
||||
nemo = enabled;
|
||||
};
|
||||
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
./fish.nix
|
||||
./fuzzel.nix
|
||||
./fzf.nix
|
||||
./gh.nix
|
||||
./nemo.nix
|
||||
./nh.nix
|
||||
./waybar.nix
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
cfg = config.marleyos.programs.gh;
|
Loading…
Reference in a new issue