feat: gitea cli, also applicable to forgejo
This commit is contained in:
parent
e96de7d5c1
commit
c00dde8577
1 changed files with 5 additions and 0 deletions
5
modules/desktop/apps/tea.nix
Normal file
5
modules/desktop/apps/tea.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{...}: {
|
||||||
|
flake.modules.nixos.desktop = {pkgs, ...}: {
|
||||||
|
environment.systemPackages = [pkgs.tea];
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue