feat: restructure and move apps into their own configs (#2)
This commit is contained in:
11
home/programs/gh.nix
Normal file
11
home/programs/gh.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
device,
|
||||
...
|
||||
}: {
|
||||
programs = {
|
||||
gh.enable = true;
|
||||
gh-dash.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user