more stuff moved to options and some more consistency

This commit is contained in:
twoneis 2025-03-09 14:52:03 +01:00
parent 6d9dbe38cb
commit 4ab970aea9
28 changed files with 394 additions and 298 deletions

View file

@ -15,8 +15,6 @@ in {
home.packages = with pkgs; [
man-pages
man-pages-posix
tree
file
];
home.file = {
@ -47,11 +45,6 @@ in {
};
};
programs.gh = {
enable = true;
gitCredentialHelper.enable = true;
};
programs.helix = {
enable = true;
defaultEditor = true;