Adding several desktop apps
This commit is contained in:
@@ -1,6 +1 @@
|
||||
{ inputs, ... }: {
|
||||
programs = {
|
||||
gh.enable = true;
|
||||
lazygit.enable = true;
|
||||
};
|
||||
}
|
||||
{ inputs, ... }: { programs = { gh.enable = true; }; }
|
||||
|
||||
Reference in New Issue
Block a user