NixOS 25.11

This commit is contained in:
KoenDR06 2025-11-29 22:35:40 +01:00
parent 8ae4006208
commit c264999fb4
9 changed files with 36 additions and 28 deletions

View file

@ -57,7 +57,13 @@ in {
id = "programmingFolder";
path = "/home/${username}/Programming";
devices = ["artemis" "terra" "solis"];
# TODO 25.11 add ignore
ignorePatterns = [
"node_modules"
".venv"
"venv"
"dist-newstyle"
"constipated-koala/storage"
];
};
};
};