diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-11 12:43:47 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-11 12:43:47 +0200 |
commit | 947737490e5f88add6fe17fb0f461d1bf16038b6 (patch) | |
tree | 4b174c4f33818a4f8d7e00e103c3d2baa86186ec /modules | |
parent | modules/qutebrowser: Use correct path to binary in wrapper (diff) | |
download | nixos-config-947737490e5f88add6fe17fb0f461d1bf16038b6.zip |
modules/common/projects.json: Remove unneeded ones
Diffstat (limited to '')
-rw-r--r-- | modules/common/projects.json | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/modules/common/projects.json b/modules/common/projects.json index 36a2ae45..7b0b502a 100644 --- a/modules/common/projects.json +++ b/modules/common/projects.json @@ -1,7 +1,4 @@ { - "3d-printer": { - "prefix": "hardware" - }, "aoc": { "prefix": "programming/advent_of_code" }, @@ -15,19 +12,6 @@ "pc": {} } }, - "camera": { - "prefix": "programming/zig" - }, - "hardware": { - "prefix": "research" - }, - "input": { - "prefix": "research", - "subprojects": { - "dotfiles": {}, - "read-things": {} - } - }, "latex": { "prefix": "programming/latex" }, @@ -40,42 +24,6 @@ "sweden": {} } }, - "possible-projects": { - "prefix": "research" - }, - "presentation": { - "prefix": "research" - }, - "school": { - "prefix": "research", - "subprojects": { - "biologie": {}, - "chemie": { - "subprojects": { - "facharbeit": {} - } - }, - "deutsch": {}, - "english": {}, - "extern": { - "subprojects": { - "bwinf": {}, - "dsa": {} - } - }, - "geographie": {}, - "geschichte": {}, - "infomatik": {}, - "klausuren": {}, - "latein": {}, - "mathematik": {}, - "musik": {}, - "philosophie": {}, - "physik": {}, - "sozialkunde": {}, - "sport": {} - } - }, "server": { "prefix": "config", "subprojects": { @@ -87,15 +35,8 @@ "sudo-less": {} } }, - "serverphone": { - "prefix": "programming/rust" - }, "smartphone": { "prefix": "hardware", - "subprojects": { - "airdrop": {}, - "airplay": {} - } }, "system": { "prefix": "config", @@ -122,12 +63,5 @@ "netflix": {}, "youtube": {} } - }, - "trinitrix": { - "prefix": "programming/rust", - "subprojects": { - "documentation": {}, - "testing": {} - } } } |