Option: added niksos.desktop.apps option, that disables most heavier apps

This commit is contained in:
Jurn Wubben 2025-07-09 00:33:25 +02:00
parent 678c3cb4f7
commit d233e18593
6 changed files with 19 additions and 43 deletions

View file

@ -7,6 +7,6 @@
extraConfig.push.autoSetupRemote = true;
lfs.enable = true;
};
git-credential-oauth.enable = true;
git-credential-oauth.enable = true; #FIXME: need to relogin for each push for some reason.
};
}