This commit is contained in:
Lucy Hochkamp 2025-03-23 16:29:16 +01:00
parent db11846811
commit 67c2117563
No known key found for this signature in database
16 changed files with 652 additions and 274 deletions

View file

@ -1,8 +1,6 @@
{
pkgs,
config,
lib,
inputs,
...
}:
let
@ -11,7 +9,7 @@ in
{
options.xyno.git.enable = lib.mkEnableOption "xynos git config";
config = lib.mkIf cfg.enable {
git = {
programs.git = {
enable = true;
lfs.enable = true;