Create a home-manager module that can be consumed the configure codeberg-cli via nix.
For now it simply creates the toml-config file from the given settings attr-set.
zwiebelkuchen/codeberg-cli:home-manager into main Create a home-manager module that can be consumed the configure codeberg-cli via nix.
For now it simply creates the toml-config file from the given settings attr-set.
Thanks for the contribution! Awesome stuff!
I think I'm fine with merging this. I would really like to have a nixos test for this though, so we can verify it works in the repository itself. I'm not experienced with home-manager nixos tests though so let's just postpone this into a future issue/PR.
@ -0,0 +18,4 @@
options.programs.berg = {
enable = lib.mkEnableOption "codeberg-cli";
package = lib.mkOption {
does lib.mkPackageOption inputs.self.packages.${pkgs.stdenv.system} "berg" not work here? ^^'
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?