about summary refs log tree commit diff stats
path: root/pkgs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-20 16:10:21 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-20 16:14:26 +0200
commit368cb6b0d25db2ae23be42ad51584de059997e51 (patch)
tree3282e45d3ebced63c8498a47e83a255c35de620b /pkgs
parentrefactor(hm): Rename to `modules/home` (diff)
downloadnixos-config-368cb6b0d25db2ae23be42ad51584de059997e51.tar.gz
nixos-config-368cb6b0d25db2ae23be42ad51584de059997e51.zip
refactor(sys): Modularize and move to `modules/system` or `pkgs`
Diffstat (limited to '')
-rw-r--r--pkgs/default.nix (renamed from sys/nixpkgs/default.nix)5
-rw-r--r--pkgs/sources/comments/.envrc (renamed from sys/nixpkgs/pkgs/comments/.envrc)0
-rw-r--r--pkgs/sources/comments/.gitignore (renamed from sys/nixpkgs/pkgs/comments/.gitignore)0
-rw-r--r--pkgs/sources/comments/Cargo.lock (renamed from sys/nixpkgs/pkgs/comments/Cargo.lock)0
-rw-r--r--pkgs/sources/comments/Cargo.toml (renamed from sys/nixpkgs/pkgs/comments/Cargo.toml)0
-rw-r--r--pkgs/sources/comments/comments.nix (renamed from sys/nixpkgs/pkgs/comments/comments.nix)0
-rw-r--r--pkgs/sources/comments/default.nix (renamed from sys/nixpkgs/pkgs/comments/default.nix)0
-rw-r--r--pkgs/sources/comments/flake.lock (renamed from sys/nixpkgs/pkgs/comments/flake.lock)0
-rw-r--r--pkgs/sources/comments/flake.nix (renamed from sys/nixpkgs/pkgs/comments/flake.nix)0
-rw-r--r--pkgs/sources/comments/src/info_json.rs (renamed from sys/nixpkgs/pkgs/comments/src/info_json.rs)0
-rw-r--r--pkgs/sources/comments/src/main.rs (renamed from sys/nixpkgs/pkgs/comments/src/main.rs)0
-rwxr-xr-xpkgs/sources/comments/update.sh (renamed from sys/nixpkgs/pkgs/comments/update.sh)0
-rw-r--r--pkgs/sources/default.nix (renamed from sys/nixpkgs/pkgs/default.nix)5
-rw-r--r--pkgs/sources/generate_moz_extension/.envrc (renamed from sys/nixpkgs/pkgs/generate_moz_extension/.envrc)0
-rw-r--r--pkgs/sources/generate_moz_extension/.gitignore (renamed from sys/nixpkgs/pkgs/generate_moz_extension/.gitignore)0
-rw-r--r--pkgs/sources/generate_moz_extension/Cargo.lock (renamed from sys/nixpkgs/pkgs/generate_moz_extension/Cargo.lock)0
-rw-r--r--pkgs/sources/generate_moz_extension/Cargo.toml (renamed from sys/nixpkgs/pkgs/generate_moz_extension/Cargo.toml)0
-rw-r--r--pkgs/sources/generate_moz_extension/default.nix (renamed from sys/nixpkgs/pkgs/generate_moz_extension/default.nix)0
-rwxr-xr-xpkgs/sources/generate_moz_extension/examples/generate_extensions.sh (renamed from sys/nixpkgs/pkgs/generate_moz_extension/examples/generate_extensions.sh)0
-rw-r--r--pkgs/sources/generate_moz_extension/flake.lock (renamed from sys/nixpkgs/pkgs/generate_moz_extension/flake.lock)0
-rw-r--r--pkgs/sources/generate_moz_extension/flake.nix (renamed from sys/nixpkgs/pkgs/generate_moz_extension/flake.nix)0
-rw-r--r--pkgs/sources/generate_moz_extension/generate_firefox_extensions.nix (renamed from sys/nixpkgs/pkgs/generate_moz_extension/generate_firefox_extensions.nix)0
-rw-r--r--pkgs/sources/generate_moz_extension/res/generate_extensions.py (renamed from sys/nixpkgs/pkgs/generate_moz_extension/res/generate_extensions.py)0
-rw-r--r--pkgs/sources/generate_moz_extension/res/reference.json (renamed from sys/nixpkgs/pkgs/generate_moz_extension/res/reference.json)0
-rw-r--r--pkgs/sources/generate_moz_extension/res/test.json (renamed from sys/nixpkgs/pkgs/generate_moz_extension/res/test.json)0
-rw-r--r--pkgs/sources/generate_moz_extension/src/main.rs (renamed from sys/nixpkgs/pkgs/generate_moz_extension/src/main.rs)0
-rw-r--r--pkgs/sources/generate_moz_extension/src/types.rs (renamed from sys/nixpkgs/pkgs/generate_moz_extension/src/types.rs)0
-rwxr-xr-xpkgs/sources/generate_moz_extension/update.sh (renamed from sys/nixpkgs/pkgs/generate_moz_extension/update.sh)0
-rw-r--r--pkgs/sources/lf-make-map/.envrc (renamed from sys/nixpkgs/pkgs/lf-make-map/.envrc)0
-rw-r--r--pkgs/sources/lf-make-map/.gitignore (renamed from sys/nixpkgs/pkgs/lf-make-map/.gitignore)0
-rw-r--r--pkgs/sources/lf-make-map/Cargo.lock (renamed from sys/nixpkgs/pkgs/lf-make-map/Cargo.lock)0
-rw-r--r--pkgs/sources/lf-make-map/Cargo.toml (renamed from sys/nixpkgs/pkgs/lf-make-map/Cargo.toml)0
-rw-r--r--pkgs/sources/lf-make-map/README.md (renamed from sys/nixpkgs/pkgs/lf-make-map/README.md)0
-rw-r--r--pkgs/sources/lf-make-map/default.nix (renamed from sys/nixpkgs/pkgs/lf-make-map/default.nix)0
-rw-r--r--pkgs/sources/lf-make-map/flake.lock (renamed from sys/nixpkgs/pkgs/lf-make-map/flake.lock)0
-rw-r--r--pkgs/sources/lf-make-map/flake.nix (renamed from sys/nixpkgs/pkgs/lf-make-map/flake.nix)0
-rw-r--r--pkgs/sources/lf-make-map/lf_make_map.nix (renamed from sys/nixpkgs/pkgs/lf-make-map/lf_make_map.nix)0
-rw-r--r--pkgs/sources/lf-make-map/src/cli.rs (renamed from sys/nixpkgs/pkgs/lf-make-map/src/cli.rs)0
-rw-r--r--pkgs/sources/lf-make-map/src/main.rs (renamed from sys/nixpkgs/pkgs/lf-make-map/src/main.rs)0
-rw-r--r--pkgs/sources/lf-make-map/src/mapping/map_tree/display.rs (renamed from sys/nixpkgs/pkgs/lf-make-map/src/mapping/map_tree/display.rs)0
-rw-r--r--pkgs/sources/lf-make-map/src/mapping/map_tree/iterator.rs (renamed from sys/nixpkgs/pkgs/lf-make-map/src/mapping/map_tree/iterator.rs)0
-rw-r--r--pkgs/sources/lf-make-map/src/mapping/map_tree/lf_mapping.rs (renamed from sys/nixpkgs/pkgs/lf-make-map/src/mapping/map_tree/lf_mapping.rs)0
-rw-r--r--pkgs/sources/lf-make-map/src/mapping/map_tree/mod.rs (renamed from sys/nixpkgs/pkgs/lf-make-map/src/mapping/map_tree/mod.rs)0
-rw-r--r--pkgs/sources/lf-make-map/src/mapping/mod.rs (renamed from sys/nixpkgs/pkgs/lf-make-map/src/mapping/mod.rs)0
-rwxr-xr-xpkgs/sources/lf-make-map/update.sh (renamed from sys/nixpkgs/pkgs/lf-make-map/update.sh)0
-rw-r--r--pkgs/sources/plgs-pkgs/README.md (renamed from sys/nixpkgs/pkgs/plgs-pkgs/README.md)0
-rw-r--r--pkgs/sources/plgs-pkgs/check.nix (renamed from sys/nixpkgs/pkgs/plgs-pkgs/check.nix)0
-rw-r--r--pkgs/sources/plgs-pkgs/default.nix (renamed from sys/nixpkgs/pkgs/plgs-pkgs/default.nix)0
-rw-r--r--pkgs/sources/plgs-pkgs/overrides.nix (renamed from sys/nixpkgs/pkgs/plgs-pkgs/overrides.nix)0
-rw-r--r--pkgs/sources/plgs-pkgs/plugins/.plugins.json (renamed from sys/nixpkgs/pkgs/plgs-pkgs/plugins/.plugins.json)0
-rw-r--r--pkgs/sources/plgs-pkgs/plugins/blacklist.txt (renamed from sys/nixpkgs/pkgs/plgs-pkgs/plugins/blacklist.txt)0
-rw-r--r--pkgs/sources/plgs-pkgs/plugins/default.nix (renamed from sys/nixpkgs/pkgs/plgs-pkgs/plugins/default.nix)0
-rw-r--r--pkgs/sources/plgs-pkgs/plugins/manifest.txt (renamed from sys/nixpkgs/pkgs/plgs-pkgs/plugins/manifest.txt)0
-rw-r--r--pkgs/sources/plgs-pkgs/plugins/plugins.md (renamed from sys/nixpkgs/pkgs/plgs-pkgs/plugins/plugins.md)0
-rw-r--r--pkgs/sources/plgs-pkgs/plugins/whitelist.txt (renamed from sys/nixpkgs/pkgs/plgs-pkgs/plugins/whitelist.txt)0
-rwxr-xr-xpkgs/sources/plgs-pkgs/update.sh (renamed from sys/nixpkgs/pkgs/plgs-pkgs/update.sh)0
-rw-r--r--pkgs/sources/scripts/default.nix (renamed from sys/nixpkgs/pkgs/scripts/default.nix)46
-rwxr-xr-xpkgs/sources/scripts/source/apps/aumo.sh (renamed from sys/nixpkgs/pkgs/scripts/source/apps/aumo.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/apps/con2pdf.sh (renamed from sys/nixpkgs/pkgs/scripts/source/apps/con2pdf.sh)0
-rw-r--r--pkgs/sources/scripts/source/apps/fupdate.1.md (renamed from sys/nixpkgs/pkgs/scripts/source/apps/fupdate.1.md)0
-rwxr-xr-xpkgs/sources/scripts/source/apps/fupdate.sh (renamed from sys/nixpkgs/pkgs/scripts/source/apps/fupdate.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/apps/git-edit-index.sh (renamed from sys/nixpkgs/pkgs/scripts/source/apps/git-edit-index.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/small_functions/brightness.sh80
-rwxr-xr-xpkgs/sources/scripts/source/small_functions/nato.py (renamed from sys/nixpkgs/pkgs/scripts/source/small_functions/nato.py)0
-rwxr-xr-xpkgs/sources/scripts/source/small_functions/screenshot_persistent.sh (renamed from sys/nixpkgs/pkgs/scripts/source/small_functions/screenshot_persistent.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/small_functions/screenshot_temporary.sh (renamed from sys/nixpkgs/pkgs/scripts/source/small_functions/screenshot_temporary.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/small_functions/update-sys.sh (renamed from sys/nixpkgs/pkgs/scripts/source/small_functions/update-sys.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/specific/neorg/neorg_id_function.sh (renamed from sys/nixpkgs/pkgs/scripts/source/specific/neorg/neorg_id_function.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/specific/neorg/sh/functions/add.sh (renamed from sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/add.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/specific/neorg/sh/functions/context.sh (renamed from sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/context.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/specific/neorg/sh/functions/dmenu.sh (renamed from sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/dmenu.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/specific/neorg/sh/functions/f_start.sh (renamed from sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/f_start.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/specific/neorg/sh/functions/f_stop.sh (renamed from sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/f_stop.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/specific/neorg/sh/functions/list.sh (renamed from sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/list.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/specific/neorg/sh/functions/project.sh (renamed from sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/project.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/specific/neorg/sh/functions/review.sh (renamed from sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/review.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/specific/neorg/sh/functions/utils.sh (renamed from sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/utils.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/specific/neorg/sh/functions/workspace.sh (renamed from sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/workspace.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/specific/neorg/sh/main.sh (renamed from sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/main.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/specific/spodi/sh/download.sh (renamed from sys/nixpkgs/pkgs/scripts/source/specific/spodi/sh/download.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/specific/spodi/sh/update.sh (renamed from sys/nixpkgs/pkgs/scripts/source/specific/spodi/sh/update.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/specific/spodi/spodi.sh (renamed from sys/nixpkgs/pkgs/scripts/source/specific/spodi/spodi.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/specific/ytcc/description.sh (renamed from sys/nixpkgs/pkgs/scripts/source/specific/ytcc/description.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/wrappers/battery.sh (renamed from sys/nixpkgs/pkgs/scripts/source/wrappers/battery.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/wrappers/hibernate.sh (renamed from sys/nixpkgs/pkgs/scripts/source/wrappers/hibernate.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/wrappers/ll.sh (renamed from sys/nixpkgs/pkgs/scripts/source/wrappers/ll.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/wrappers/lock.sh (renamed from sys/nixpkgs/pkgs/scripts/source/wrappers/lock.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/wrappers/lyrics.sh (renamed from sys/nixpkgs/pkgs/scripts/source/wrappers/lyrics.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/wrappers/mpc-fav.sh (renamed from sys/nixpkgs/pkgs/scripts/source/wrappers/mpc-fav.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/wrappers/mpc-rm.sh (renamed from sys/nixpkgs/pkgs/scripts/source/wrappers/mpc-rm.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/wrappers/mpc.sh (renamed from sys/nixpkgs/pkgs/scripts/source/wrappers/mpc.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/wrappers/show.sh (renamed from sys/nixpkgs/pkgs/scripts/source/wrappers/show.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/wrappers/sort_song.sh (renamed from sys/nixpkgs/pkgs/scripts/source/wrappers/sort_song.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/wrappers/virsh-del.sh (renamed from sys/nixpkgs/pkgs/scripts/source/wrappers/virsh-del.sh)0
-rwxr-xr-xpkgs/sources/scripts/source/wrappers/yti.sh (renamed from sys/nixpkgs/pkgs/scripts/source/wrappers/yti.sh)0
-rw-r--r--pkgs/sources/snap-sync-forked/default.nix (renamed from sys/nixpkgs/pkgs/snap-sync-forked/default.nix)0
-rwxr-xr-xpkgs/sources/snap-sync-forked/snap-sync-forked.sh (renamed from sys/nixpkgs/pkgs/snap-sync-forked/snap-sync-forked.sh)0
-rw-r--r--pkgs/sources/tree-sitter-yts/.editorconfig (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/.editorconfig)0
-rw-r--r--pkgs/sources/tree-sitter-yts/.envrc (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/.envrc)0
-rw-r--r--pkgs/sources/tree-sitter-yts/.gitignore (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/.gitignore)0
-rw-r--r--pkgs/sources/tree-sitter-yts/Cargo.toml (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/Cargo.toml)0
-rw-r--r--pkgs/sources/tree-sitter-yts/binding.gyp (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/binding.gyp)0
-rw-r--r--pkgs/sources/tree-sitter-yts/bindings/node/binding.cc (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/bindings/node/binding.cc)0
-rw-r--r--pkgs/sources/tree-sitter-yts/bindings/node/index.js (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/bindings/node/index.js)0
-rw-r--r--pkgs/sources/tree-sitter-yts/bindings/rust/build.rs (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/bindings/rust/build.rs)0
-rw-r--r--pkgs/sources/tree-sitter-yts/bindings/rust/lib.rs (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/bindings/rust/lib.rs)0
-rw-r--r--pkgs/sources/tree-sitter-yts/corpus/comments.txt (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/corpus/comments.txt)0
-rw-r--r--pkgs/sources/tree-sitter-yts/corpus/comments_correct.txt (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/corpus/comments_correct.txt)0
-rw-r--r--pkgs/sources/tree-sitter-yts/corpus/duration.txt (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/corpus/duration.txt)0
-rw-r--r--pkgs/sources/tree-sitter-yts/corpus/url.txt (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/corpus/url.txt)0
-rw-r--r--pkgs/sources/tree-sitter-yts/default.nix (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/default.nix)0
-rw-r--r--pkgs/sources/tree-sitter-yts/flake.lock (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/flake.lock)0
-rw-r--r--pkgs/sources/tree-sitter-yts/flake.nix (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/flake.nix)0
-rw-r--r--pkgs/sources/tree-sitter-yts/grammar.js (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/grammar.js)0
-rw-r--r--pkgs/sources/tree-sitter-yts/highlight.yts (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/highlight.yts)0
-rw-r--r--pkgs/sources/tree-sitter-yts/package.json (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/package.json)0
-rw-r--r--pkgs/sources/tree-sitter-yts/package.nix (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/package.nix)0
-rw-r--r--pkgs/sources/tree-sitter-yts/queries/highlights.scm (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/queries/highlights.scm)0
-rw-r--r--pkgs/sources/tree-sitter-yts/src/grammar.json (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/src/grammar.json)0
-rw-r--r--pkgs/sources/tree-sitter-yts/src/node-types.json (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/src/node-types.json)0
-rw-r--r--pkgs/sources/tree-sitter-yts/src/parser.c (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/src/parser.c)0
-rw-r--r--pkgs/sources/tree-sitter-yts/src/tree_sitter/parser.h (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/src/tree_sitter/parser.h)0
-rw-r--r--pkgs/sources/tree-sitter-yts/treefmt.toml (renamed from sys/nixpkgs/pkgs/tree-sitter-yts/treefmt.toml)0
-rwxr-xr-xpkgs/sources/update_pkgs.sh (renamed from sys/nixpkgs/pkgs/update_pkgs.sh)0
-rw-r--r--pkgs/sources/update_vim_plugins/.envrc (renamed from sys/nixpkgs/pkgs/update_vim_plugins/.envrc)0
-rwxr-xr-xpkgs/sources/update_vim_plugins/check-duplicates.sh (renamed from sys/nixpkgs/pkgs/update_vim_plugins/check-duplicates.sh)0
-rw-r--r--pkgs/sources/update_vim_plugins/default.nix (renamed from sys/nixpkgs/pkgs/update_vim_plugins/default.nix)0
-rw-r--r--pkgs/sources/update_vim_plugins/flake.lock (renamed from sys/nixpkgs/pkgs/update_vim_plugins/flake.lock)0
-rw-r--r--pkgs/sources/update_vim_plugins/flake.nix (renamed from sys/nixpkgs/pkgs/update_vim_plugins/flake.nix)0
-rw-r--r--pkgs/sources/update_vim_plugins/package.nix (renamed from sys/nixpkgs/pkgs/update_vim_plugins/package.nix)0
-rw-r--r--pkgs/sources/update_vim_plugins/poetry.lock (renamed from sys/nixpkgs/pkgs/update_vim_plugins/poetry.lock)0
-rw-r--r--pkgs/sources/update_vim_plugins/pyproject.toml (renamed from sys/nixpkgs/pkgs/update_vim_plugins/pyproject.toml)0
-rwxr-xr-xpkgs/sources/update_vim_plugins/update.sh (renamed from sys/nixpkgs/pkgs/update_vim_plugins/update.sh)0
-rw-r--r--pkgs/sources/update_vim_plugins/update_vim_plugins/__init__.py (renamed from sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/__init__.py)0
-rw-r--r--pkgs/sources/update_vim_plugins/update_vim_plugins/__main__.py (renamed from sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/__main__.py)0
-rw-r--r--pkgs/sources/update_vim_plugins/update_vim_plugins/cleanup.py (renamed from sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/cleanup.py)0
-rw-r--r--pkgs/sources/update_vim_plugins/update_vim_plugins/helpers.py (renamed from sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/helpers.py)0
-rw-r--r--pkgs/sources/update_vim_plugins/update_vim_plugins/nix.py (renamed from sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/nix.py)0
-rw-r--r--pkgs/sources/update_vim_plugins/update_vim_plugins/plugin.py (renamed from sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/plugin.py)0
-rw-r--r--pkgs/sources/update_vim_plugins/update_vim_plugins/spec.py (renamed from sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/spec.py)0
-rw-r--r--pkgs/sources/update_vim_plugins/update_vim_plugins/tests/__init__.py (renamed from sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/__init__.py)0
-rw-r--r--pkgs/sources/update_vim_plugins/update_vim_plugins/tests/fixtures.py (renamed from sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/fixtures.py)0
-rw-r--r--pkgs/sources/update_vim_plugins/update_vim_plugins/tests/test_nix.py (renamed from sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/test_nix.py)0
-rw-r--r--pkgs/sources/update_vim_plugins/update_vim_plugins/tests/test_plugin.py (renamed from sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/test_plugin.py)0
-rw-r--r--pkgs/sources/update_vim_plugins/update_vim_plugins/tests/test_spec.py (renamed from sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/test_spec.py)0
-rw-r--r--pkgs/sources/update_vim_plugins/update_vim_plugins/update.py (renamed from sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/update.py)0
-rwxr-xr-xpkgs/sources/yt/.env (renamed from sys/nixpkgs/pkgs/yt/.env)0
-rw-r--r--pkgs/sources/yt/.envrc (renamed from sys/nixpkgs/pkgs/yt/.envrc)0
-rw-r--r--pkgs/sources/yt/.gitignore (renamed from sys/nixpkgs/pkgs/yt/.gitignore)0
-rw-r--r--pkgs/sources/yt/Cargo.lock (renamed from sys/nixpkgs/pkgs/yt/Cargo.lock)0
-rw-r--r--pkgs/sources/yt/Cargo.toml (renamed from sys/nixpkgs/pkgs/yt/Cargo.toml)0
-rw-r--r--pkgs/sources/yt/default.nix (renamed from sys/nixpkgs/pkgs/yt/default.nix)0
-rw-r--r--pkgs/sources/yt/flake.lock (renamed from sys/nixpkgs/pkgs/yt/flake.lock)0
-rw-r--r--pkgs/sources/yt/flake.nix (renamed from sys/nixpkgs/pkgs/yt/flake.nix)0
-rw-r--r--pkgs/sources/yt/src/bin/yt/main.rs (renamed from sys/nixpkgs/pkgs/yt/src/bin/yt/main.rs)0
-rw-r--r--pkgs/sources/yt/src/bin/ytc/args.rs (renamed from sys/nixpkgs/pkgs/yt/src/bin/ytc/args.rs)0
-rw-r--r--pkgs/sources/yt/src/bin/ytc/main.rs (renamed from sys/nixpkgs/pkgs/yt/src/bin/ytc/main.rs)0
-rw-r--r--pkgs/sources/yt/src/bin/yts/args.rs (renamed from sys/nixpkgs/pkgs/yt/src/bin/yts/args.rs)0
-rw-r--r--pkgs/sources/yt/src/bin/yts/main.rs (renamed from sys/nixpkgs/pkgs/yt/src/bin/yts/main.rs)0
-rw-r--r--pkgs/sources/yt/src/constants.rs (renamed from sys/nixpkgs/pkgs/yt/src/constants.rs)0
-rw-r--r--pkgs/sources/yt/src/downloader.rs (renamed from sys/nixpkgs/pkgs/yt/src/downloader.rs)0
-rw-r--r--pkgs/sources/yt/src/help.str (renamed from sys/nixpkgs/pkgs/yt/src/help.str)0
-rw-r--r--pkgs/sources/yt/src/lib.rs (renamed from sys/nixpkgs/pkgs/yt/src/lib.rs)0
-rw-r--r--pkgs/sources/yt/todo1
-rwxr-xr-xpkgs/sources/yt/update.sh (renamed from sys/nixpkgs/pkgs/yt/update.sh)0
-rw-r--r--pkgs/sources/yt/yt.nix (renamed from sys/nixpkgs/pkgs/yt/yt.nix)0
-rw-r--r--pkgs/sources/yt/ytc.nix (renamed from sys/nixpkgs/pkgs/yt/ytc.nix)0
-rw-r--r--pkgs/sources/yt/yts.nix (renamed from sys/nixpkgs/pkgs/yt/yts.nix)0
168 files changed, 120 insertions, 17 deletions
diff --git a/sys/nixpkgs/default.nix b/pkgs/default.nix
index 7fd640d1..38c58a95 100644
--- a/sys/nixpkgs/default.nix
+++ b/pkgs/default.nix
@@ -3,9 +3,10 @@
   system,
   overlays ? [],
   sysLib,
-  config,
+  homeConfig,
+  nixosConfig,
 }: let
-  additionalPackages = (import ./pkgs) {inherit config sysLib;};
+  additionalPackages = (import ./pkgs) {inherit homeConfig nixosConfig sysLib;};
   complete_overlays = overlays ++ additionalPackages;
 in {
   # TODO: inheriting system here is discouraged, localSystem or hostSystem should be inspected
diff --git a/sys/nixpkgs/pkgs/comments/.envrc b/pkgs/sources/comments/.envrc
index 2b5fbb29..2b5fbb29 100644
--- a/sys/nixpkgs/pkgs/comments/.envrc
+++ b/pkgs/sources/comments/.envrc
diff --git a/sys/nixpkgs/pkgs/comments/.gitignore b/pkgs/sources/comments/.gitignore
index c84fa049..c84fa049 100644
--- a/sys/nixpkgs/pkgs/comments/.gitignore
+++ b/pkgs/sources/comments/.gitignore
diff --git a/sys/nixpkgs/pkgs/comments/Cargo.lock b/pkgs/sources/comments/Cargo.lock
index 54f19c46..54f19c46 100644
--- a/sys/nixpkgs/pkgs/comments/Cargo.lock
+++ b/pkgs/sources/comments/Cargo.lock
diff --git a/sys/nixpkgs/pkgs/comments/Cargo.toml b/pkgs/sources/comments/Cargo.toml
index 3ae3aa4c..3ae3aa4c 100644
--- a/sys/nixpkgs/pkgs/comments/Cargo.toml
+++ b/pkgs/sources/comments/Cargo.toml
diff --git a/sys/nixpkgs/pkgs/comments/comments.nix b/pkgs/sources/comments/comments.nix
index e8a33bff..e8a33bff 100644
--- a/sys/nixpkgs/pkgs/comments/comments.nix
+++ b/pkgs/sources/comments/comments.nix
diff --git a/sys/nixpkgs/pkgs/comments/default.nix b/pkgs/sources/comments/default.nix
index 6205dcbe..6205dcbe 100644
--- a/sys/nixpkgs/pkgs/comments/default.nix
+++ b/pkgs/sources/comments/default.nix
diff --git a/sys/nixpkgs/pkgs/comments/flake.lock b/pkgs/sources/comments/flake.lock
index 50494465..50494465 100644
--- a/sys/nixpkgs/pkgs/comments/flake.lock
+++ b/pkgs/sources/comments/flake.lock
diff --git a/sys/nixpkgs/pkgs/comments/flake.nix b/pkgs/sources/comments/flake.nix
index f5e44a65..f5e44a65 100644
--- a/sys/nixpkgs/pkgs/comments/flake.nix
+++ b/pkgs/sources/comments/flake.nix
diff --git a/sys/nixpkgs/pkgs/comments/src/info_json.rs b/pkgs/sources/comments/src/info_json.rs
index eca4fae3..eca4fae3 100644
--- a/sys/nixpkgs/pkgs/comments/src/info_json.rs
+++ b/pkgs/sources/comments/src/info_json.rs
diff --git a/sys/nixpkgs/pkgs/comments/src/main.rs b/pkgs/sources/comments/src/main.rs
index 6e4f72e9..6e4f72e9 100644
--- a/sys/nixpkgs/pkgs/comments/src/main.rs
+++ b/pkgs/sources/comments/src/main.rs
diff --git a/sys/nixpkgs/pkgs/comments/update.sh b/pkgs/sources/comments/update.sh
index e500bb23..e500bb23 100755
--- a/sys/nixpkgs/pkgs/comments/update.sh
+++ b/pkgs/sources/comments/update.sh
diff --git a/sys/nixpkgs/pkgs/default.nix b/pkgs/sources/default.nix
index 633d2f7e..4668d735 100644
--- a/sys/nixpkgs/pkgs/default.nix
+++ b/pkgs/sources/default.nix
@@ -1,12 +1,13 @@
 {
-  config,
+  homeConfig,
+  nixosConfig,
   sysLib,
 }: let
   comments = import ./comments;
   generate_firefox_extensions = import ./generate_moz_extension;
   lf_make_map = import ./lf-make-map;
   nvim_plugs = import ./plgs-pkgs;
-  scripts = import ./scripts {inherit sysLib config;};
+  scripts = import ./scripts {inherit sysLib homeConfig nixosConfig;};
   snap-sync-forked = (import ./snap-sync-forked) {inherit sysLib;};
   update_vim_plugins = import ./update_vim_plugins;
   yt = import ./yt;
diff --git a/sys/nixpkgs/pkgs/generate_moz_extension/.envrc b/pkgs/sources/generate_moz_extension/.envrc
index 3550a30f..3550a30f 100644
--- a/sys/nixpkgs/pkgs/generate_moz_extension/.envrc
+++ b/pkgs/sources/generate_moz_extension/.envrc
diff --git a/sys/nixpkgs/pkgs/generate_moz_extension/.gitignore b/pkgs/sources/generate_moz_extension/.gitignore
index f717ddd7..f717ddd7 100644
--- a/sys/nixpkgs/pkgs/generate_moz_extension/.gitignore
+++ b/pkgs/sources/generate_moz_extension/.gitignore
diff --git a/sys/nixpkgs/pkgs/generate_moz_extension/Cargo.lock b/pkgs/sources/generate_moz_extension/Cargo.lock
index c0a83aa8..c0a83aa8 100644
--- a/sys/nixpkgs/pkgs/generate_moz_extension/Cargo.lock
+++ b/pkgs/sources/generate_moz_extension/Cargo.lock
diff --git a/sys/nixpkgs/pkgs/generate_moz_extension/Cargo.toml b/pkgs/sources/generate_moz_extension/Cargo.toml
index e7d44db4..e7d44db4 100644
--- a/sys/nixpkgs/pkgs/generate_moz_extension/Cargo.toml
+++ b/pkgs/sources/generate_moz_extension/Cargo.toml
diff --git a/sys/nixpkgs/pkgs/generate_moz_extension/default.nix b/pkgs/sources/generate_moz_extension/default.nix
index be734eee..be734eee 100644
--- a/sys/nixpkgs/pkgs/generate_moz_extension/default.nix
+++ b/pkgs/sources/generate_moz_extension/default.nix
diff --git a/sys/nixpkgs/pkgs/generate_moz_extension/examples/generate_extensions.sh b/pkgs/sources/generate_moz_extension/examples/generate_extensions.sh
index 96802992..96802992 100755
--- a/sys/nixpkgs/pkgs/generate_moz_extension/examples/generate_extensions.sh
+++ b/pkgs/sources/generate_moz_extension/examples/generate_extensions.sh
diff --git a/sys/nixpkgs/pkgs/generate_moz_extension/flake.lock b/pkgs/sources/generate_moz_extension/flake.lock
index 741a8ad1..741a8ad1 100644
--- a/sys/nixpkgs/pkgs/generate_moz_extension/flake.lock
+++ b/pkgs/sources/generate_moz_extension/flake.lock
diff --git a/sys/nixpkgs/pkgs/generate_moz_extension/flake.nix b/pkgs/sources/generate_moz_extension/flake.nix
index 5575f90b..5575f90b 100644
--- a/sys/nixpkgs/pkgs/generate_moz_extension/flake.nix
+++ b/pkgs/sources/generate_moz_extension/flake.nix
diff --git a/sys/nixpkgs/pkgs/generate_moz_extension/generate_firefox_extensions.nix b/pkgs/sources/generate_moz_extension/generate_firefox_extensions.nix
index abd95c77..abd95c77 100644
--- a/sys/nixpkgs/pkgs/generate_moz_extension/generate_firefox_extensions.nix
+++ b/pkgs/sources/generate_moz_extension/generate_firefox_extensions.nix
diff --git a/sys/nixpkgs/pkgs/generate_moz_extension/res/generate_extensions.py b/pkgs/sources/generate_moz_extension/res/generate_extensions.py
index ee8cc966..ee8cc966 100644
--- a/sys/nixpkgs/pkgs/generate_moz_extension/res/generate_extensions.py
+++ b/pkgs/sources/generate_moz_extension/res/generate_extensions.py
diff --git a/sys/nixpkgs/pkgs/generate_moz_extension/res/reference.json b/pkgs/sources/generate_moz_extension/res/reference.json
index f46ea8ec..f46ea8ec 100644
--- a/sys/nixpkgs/pkgs/generate_moz_extension/res/reference.json
+++ b/pkgs/sources/generate_moz_extension/res/reference.json
diff --git a/sys/nixpkgs/pkgs/generate_moz_extension/res/test.json b/pkgs/sources/generate_moz_extension/res/test.json
index daa1d19a..daa1d19a 100644
--- a/sys/nixpkgs/pkgs/generate_moz_extension/res/test.json
+++ b/pkgs/sources/generate_moz_extension/res/test.json
diff --git a/sys/nixpkgs/pkgs/generate_moz_extension/src/main.rs b/pkgs/sources/generate_moz_extension/src/main.rs
index bde986a3..bde986a3 100644
--- a/sys/nixpkgs/pkgs/generate_moz_extension/src/main.rs
+++ b/pkgs/sources/generate_moz_extension/src/main.rs
diff --git a/sys/nixpkgs/pkgs/generate_moz_extension/src/types.rs b/pkgs/sources/generate_moz_extension/src/types.rs
index b830fe0d..b830fe0d 100644
--- a/sys/nixpkgs/pkgs/generate_moz_extension/src/types.rs
+++ b/pkgs/sources/generate_moz_extension/src/types.rs
diff --git a/sys/nixpkgs/pkgs/generate_moz_extension/update.sh b/pkgs/sources/generate_moz_extension/update.sh
index e500bb23..e500bb23 100755
--- a/sys/nixpkgs/pkgs/generate_moz_extension/update.sh
+++ b/pkgs/sources/generate_moz_extension/update.sh
diff --git a/sys/nixpkgs/pkgs/lf-make-map/.envrc b/pkgs/sources/lf-make-map/.envrc
index c8c56659..c8c56659 100644
--- a/sys/nixpkgs/pkgs/lf-make-map/.envrc
+++ b/pkgs/sources/lf-make-map/.envrc
diff --git a/sys/nixpkgs/pkgs/lf-make-map/.gitignore b/pkgs/sources/lf-make-map/.gitignore
index cb87f36f..cb87f36f 100644
--- a/sys/nixpkgs/pkgs/lf-make-map/.gitignore
+++ b/pkgs/sources/lf-make-map/.gitignore
diff --git a/sys/nixpkgs/pkgs/lf-make-map/Cargo.lock b/pkgs/sources/lf-make-map/Cargo.lock
index 16af6e03..16af6e03 100644
--- a/sys/nixpkgs/pkgs/lf-make-map/Cargo.lock
+++ b/pkgs/sources/lf-make-map/Cargo.lock
diff --git a/sys/nixpkgs/pkgs/lf-make-map/Cargo.toml b/pkgs/sources/lf-make-map/Cargo.toml
index da9881fd..da9881fd 100644
--- a/sys/nixpkgs/pkgs/lf-make-map/Cargo.toml
+++ b/pkgs/sources/lf-make-map/Cargo.toml
diff --git a/sys/nixpkgs/pkgs/lf-make-map/README.md b/pkgs/sources/lf-make-map/README.md
index 0c57cede..0c57cede 100644
--- a/sys/nixpkgs/pkgs/lf-make-map/README.md
+++ b/pkgs/sources/lf-make-map/README.md
diff --git a/sys/nixpkgs/pkgs/lf-make-map/default.nix b/pkgs/sources/lf-make-map/default.nix
index 8ff4c624..8ff4c624 100644
--- a/sys/nixpkgs/pkgs/lf-make-map/default.nix
+++ b/pkgs/sources/lf-make-map/default.nix
diff --git a/sys/nixpkgs/pkgs/lf-make-map/flake.lock b/pkgs/sources/lf-make-map/flake.lock
index 611392df..611392df 100644
--- a/sys/nixpkgs/pkgs/lf-make-map/flake.lock
+++ b/pkgs/sources/lf-make-map/flake.lock
diff --git a/sys/nixpkgs/pkgs/lf-make-map/flake.nix b/pkgs/sources/lf-make-map/flake.nix
index dc8c24cc..dc8c24cc 100644
--- a/sys/nixpkgs/pkgs/lf-make-map/flake.nix
+++ b/pkgs/sources/lf-make-map/flake.nix
diff --git a/sys/nixpkgs/pkgs/lf-make-map/lf_make_map.nix b/pkgs/sources/lf-make-map/lf_make_map.nix
index afb067b8..afb067b8 100644
--- a/sys/nixpkgs/pkgs/lf-make-map/lf_make_map.nix
+++ b/pkgs/sources/lf-make-map/lf_make_map.nix
diff --git a/sys/nixpkgs/pkgs/lf-make-map/src/cli.rs b/pkgs/sources/lf-make-map/src/cli.rs
index a398e451..a398e451 100644
--- a/sys/nixpkgs/pkgs/lf-make-map/src/cli.rs
+++ b/pkgs/sources/lf-make-map/src/cli.rs
diff --git a/sys/nixpkgs/pkgs/lf-make-map/src/main.rs b/pkgs/sources/lf-make-map/src/main.rs
index aaf79b20..aaf79b20 100644
--- a/sys/nixpkgs/pkgs/lf-make-map/src/main.rs
+++ b/pkgs/sources/lf-make-map/src/main.rs
diff --git a/sys/nixpkgs/pkgs/lf-make-map/src/mapping/map_tree/display.rs b/pkgs/sources/lf-make-map/src/mapping/map_tree/display.rs
index 65302e1e..65302e1e 100644
--- a/sys/nixpkgs/pkgs/lf-make-map/src/mapping/map_tree/display.rs
+++ b/pkgs/sources/lf-make-map/src/mapping/map_tree/display.rs
diff --git a/sys/nixpkgs/pkgs/lf-make-map/src/mapping/map_tree/iterator.rs b/pkgs/sources/lf-make-map/src/mapping/map_tree/iterator.rs
index 4364bb2b..4364bb2b 100644
--- a/sys/nixpkgs/pkgs/lf-make-map/src/mapping/map_tree/iterator.rs
+++ b/pkgs/sources/lf-make-map/src/mapping/map_tree/iterator.rs
diff --git a/sys/nixpkgs/pkgs/lf-make-map/src/mapping/map_tree/lf_mapping.rs b/pkgs/sources/lf-make-map/src/mapping/map_tree/lf_mapping.rs
index 6d9c7a0d..6d9c7a0d 100644
--- a/sys/nixpkgs/pkgs/lf-make-map/src/mapping/map_tree/lf_mapping.rs
+++ b/pkgs/sources/lf-make-map/src/mapping/map_tree/lf_mapping.rs
diff --git a/sys/nixpkgs/pkgs/lf-make-map/src/mapping/map_tree/mod.rs b/pkgs/sources/lf-make-map/src/mapping/map_tree/mod.rs
index 35e6d91d..35e6d91d 100644
--- a/sys/nixpkgs/pkgs/lf-make-map/src/mapping/map_tree/mod.rs
+++ b/pkgs/sources/lf-make-map/src/mapping/map_tree/mod.rs
diff --git a/sys/nixpkgs/pkgs/lf-make-map/src/mapping/mod.rs b/pkgs/sources/lf-make-map/src/mapping/mod.rs
index 114fdca0..114fdca0 100644
--- a/sys/nixpkgs/pkgs/lf-make-map/src/mapping/mod.rs
+++ b/pkgs/sources/lf-make-map/src/mapping/mod.rs
diff --git a/sys/nixpkgs/pkgs/lf-make-map/update.sh b/pkgs/sources/lf-make-map/update.sh
index a0a029f4..a0a029f4 100755
--- a/sys/nixpkgs/pkgs/lf-make-map/update.sh
+++ b/pkgs/sources/lf-make-map/update.sh
diff --git a/sys/nixpkgs/pkgs/plgs-pkgs/README.md b/pkgs/sources/plgs-pkgs/README.md
index e8169951..e8169951 100644
--- a/sys/nixpkgs/pkgs/plgs-pkgs/README.md
+++ b/pkgs/sources/plgs-pkgs/README.md
diff --git a/sys/nixpkgs/pkgs/plgs-pkgs/check.nix b/pkgs/sources/plgs-pkgs/check.nix
index ad23e2c7..ad23e2c7 100644
--- a/sys/nixpkgs/pkgs/plgs-pkgs/check.nix
+++ b/pkgs/sources/plgs-pkgs/check.nix
diff --git a/sys/nixpkgs/pkgs/plgs-pkgs/default.nix b/pkgs/sources/plgs-pkgs/default.nix
index 0f7cd485..0f7cd485 100644
--- a/sys/nixpkgs/pkgs/plgs-pkgs/default.nix
+++ b/pkgs/sources/plgs-pkgs/default.nix
diff --git a/sys/nixpkgs/pkgs/plgs-pkgs/overrides.nix b/pkgs/sources/plgs-pkgs/overrides.nix
index e03a78b1..e03a78b1 100644
--- a/sys/nixpkgs/pkgs/plgs-pkgs/overrides.nix
+++ b/pkgs/sources/plgs-pkgs/overrides.nix
diff --git a/sys/nixpkgs/pkgs/plgs-pkgs/plugins/.plugins.json b/pkgs/sources/plgs-pkgs/plugins/.plugins.json
index 9331bc8f..9331bc8f 100644
--- a/sys/nixpkgs/pkgs/plgs-pkgs/plugins/.plugins.json
+++ b/pkgs/sources/plgs-pkgs/plugins/.plugins.json
diff --git a/sys/nixpkgs/pkgs/plgs-pkgs/plugins/blacklist.txt b/pkgs/sources/plgs-pkgs/plugins/blacklist.txt
index 8b137891..8b137891 100644
--- a/sys/nixpkgs/pkgs/plgs-pkgs/plugins/blacklist.txt
+++ b/pkgs/sources/plgs-pkgs/plugins/blacklist.txt
diff --git a/sys/nixpkgs/pkgs/plgs-pkgs/plugins/default.nix b/pkgs/sources/plgs-pkgs/plugins/default.nix
index df09e446..df09e446 100644
--- a/sys/nixpkgs/pkgs/plgs-pkgs/plugins/default.nix
+++ b/pkgs/sources/plgs-pkgs/plugins/default.nix
diff --git a/sys/nixpkgs/pkgs/plgs-pkgs/plugins/manifest.txt b/pkgs/sources/plgs-pkgs/plugins/manifest.txt
index 615083c8..615083c8 100644
--- a/sys/nixpkgs/pkgs/plgs-pkgs/plugins/manifest.txt
+++ b/pkgs/sources/plgs-pkgs/plugins/manifest.txt
diff --git a/sys/nixpkgs/pkgs/plgs-pkgs/plugins/plugins.md b/pkgs/sources/plgs-pkgs/plugins/plugins.md
index 4f73f811..4f73f811 100644
--- a/sys/nixpkgs/pkgs/plgs-pkgs/plugins/plugins.md
+++ b/pkgs/sources/plgs-pkgs/plugins/plugins.md
diff --git a/sys/nixpkgs/pkgs/plgs-pkgs/plugins/whitelist.txt b/pkgs/sources/plgs-pkgs/plugins/whitelist.txt
index e69de29b..e69de29b 100644
--- a/sys/nixpkgs/pkgs/plgs-pkgs/plugins/whitelist.txt
+++ b/pkgs/sources/plgs-pkgs/plugins/whitelist.txt
diff --git a/sys/nixpkgs/pkgs/plgs-pkgs/update.sh b/pkgs/sources/plgs-pkgs/update.sh
index 6a0d3452..6a0d3452 100755
--- a/sys/nixpkgs/pkgs/plgs-pkgs/update.sh
+++ b/pkgs/sources/plgs-pkgs/update.sh
diff --git a/sys/nixpkgs/pkgs/scripts/default.nix b/pkgs/sources/scripts/default.nix
index 5279b241..09c8d411 100644
--- a/sys/nixpkgs/pkgs/scripts/default.nix
+++ b/pkgs/sources/scripts/default.nix
@@ -1,6 +1,7 @@
 {
   sysLib,
-  config,
+  homeConfig,
+  nixosConfig,
 }: [
   (
     final: prev: let
@@ -45,7 +46,6 @@
         '';
 
       ## Begin of shell scripts
-
       aumo-scr = write_shell {
         name = "aumo";
         path = "apps";
@@ -65,6 +65,14 @@
         dependencies = [];
       };
 
+      brightness-scr = lib.mkIf nixosConfig.soispha.laptop.enable (write_shell {
+        name = "brightness";
+        path = "small_functions";
+        generateCompletions = true;
+        dependencies = [];
+        replacementStrings = {BACKLIGHT_NAME = nixosConfig.soispha.laptop.backlight;};
+      });
+
       con2pdf-scr = sysLib.writeShellScript {
         name = "con2pdf";
         src = ./source/apps/con2pdf.sh;
@@ -125,7 +133,7 @@
             git
             gnused
             # $EDITOR
-            
+
             ;
         };
       };
@@ -247,13 +255,13 @@
         generateCompletions = true;
         replacementStrings = {
           DEFAULT_NEORG_PROJECT_DIR =
-            config.programs.nixvim.plugins.neorg.modules."core.dirman".config.workspaces.projects;
-          HOME_TASKRC = "${config.xdg.configHome}/task/home-manager-taskrc";
-          NEORG_REVIEW_PATH = "${config.xdg.dataHome}/neorg/review";
-          ALL_PROJECTS_NEWLINE = "${config.soispha.taskwarrior.projects.projects_newline}";
-          ALL_PROJECTS_COMMA = "${config.soispha.taskwarrior.projects.projects_comma}";
-          ALL_PROJECTS_PIPE = "${config.soispha.taskwarrior.projects.projects_pipe}";
-          ALL_WORKSPACES = "${lib.strings.concatStringsSep "|" (builtins.attrNames config.programs.nixvim.plugins.neorg.modules."core.dirman".config.workspaces)}";
+            homeConfig.programs.nixvim.plugins.neorg.modules."core.dirman".config.workspaces.projects;
+          HOME_TASKRC = "${homeConfig.xdg.configHome}/task/home-manager-taskrc";
+          NEORG_REVIEW_PATH = "${homeConfig.xdg.dataHome}/neorg/review";
+          ALL_PROJECTS_NEWLINE = "${homeConfig.soispha.taskwarrior.projects.projects_newline}";
+          ALL_PROJECTS_COMMA = "${homeConfig.soispha.taskwarrior.projects.projects_comma}";
+          ALL_PROJECTS_PIPE = "${homeConfig.soispha.taskwarrior.projects.projects_pipe}";
+          ALL_WORKSPACES = "${lib.strings.concatStringsSep "|" (builtins.attrNames homeConfig.programs.nixvim.plugins.neorg.modules."core.dirman".config.workspaces)}";
           ID_GENERATION_FUNCTION = "${sysLib.writeShellScript {
             name = "neorg_id_function";
             src = ./source/specific/neorg/neorg_id_function.sh;
@@ -324,8 +332,8 @@
         ];
         generateCompletions = true;
         replacementStrings = {
-          XDG_CACHE_HOME = config.xdg.cacheHome;
-          XDG_MUSIC_DIR = config.xdg.userDirs.music;
+          XDG_CACHE_HOME = homeConfig.xdg.cacheHome;
+          XDG_MUSIC_DIR = homeConfig.xdg.userDirs.music;
         };
       };
 
@@ -365,6 +373,7 @@
         # llp = llp-scr; # TODO: see above
         aumo = aumo-scr;
         battery = battery-scr;
+        brightness = brightness-scr;
         con2pdf = con2pdf-scr;
         description = description-scr;
         fupdate = fupdate-scr;
@@ -373,9 +382,9 @@
         ll = ll-scr;
         lock = lock-scr;
         lyrics = lyrics-scr;
+        mpc = mpc-scr;
         mpc-fav = mpc-fav-scr;
         mpc-rm = mpc-rm-scr;
-        mpc = mpc-scr;
         nato = nato-scr;
         neorg = neorg-scr;
         screenshot_persistent = screenshot_persistent-scr;
@@ -390,3 +399,14 @@
     }
   )
 ]
+
+
+    pkgs = import nixpkgs (import ./sys/nixpkgs {
+      inherit (nixpkgs) lib;
+      inherit system sysLib;
+
+      # FIXME: Don't unconditionally use tiamat here <2024-02-24>
+      homeConfig = self.nixosConfigurations.tiamat.config.home-manager.users.soispha;
+      nixosConfig = self.nixosConfigurations.tiamat.config;
+      overlays = [];
+    });
diff --git a/sys/nixpkgs/pkgs/scripts/source/apps/aumo.sh b/pkgs/sources/scripts/source/apps/aumo.sh
index 84d39deb..84d39deb 100755
--- a/sys/nixpkgs/pkgs/scripts/source/apps/aumo.sh
+++ b/pkgs/sources/scripts/source/apps/aumo.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/apps/con2pdf.sh b/pkgs/sources/scripts/source/apps/con2pdf.sh
index 08bf8998..08bf8998 100755
--- a/sys/nixpkgs/pkgs/scripts/source/apps/con2pdf.sh
+++ b/pkgs/sources/scripts/source/apps/con2pdf.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/apps/fupdate.1.md b/pkgs/sources/scripts/source/apps/fupdate.1.md
index 710e8fb7..710e8fb7 100644
--- a/sys/nixpkgs/pkgs/scripts/source/apps/fupdate.1.md
+++ b/pkgs/sources/scripts/source/apps/fupdate.1.md
diff --git a/sys/nixpkgs/pkgs/scripts/source/apps/fupdate.sh b/pkgs/sources/scripts/source/apps/fupdate.sh
index 4322610a..4322610a 100755
--- a/sys/nixpkgs/pkgs/scripts/source/apps/fupdate.sh
+++ b/pkgs/sources/scripts/source/apps/fupdate.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/apps/git-edit-index.sh b/pkgs/sources/scripts/source/apps/git-edit-index.sh
index e73dc53c..e73dc53c 100755
--- a/sys/nixpkgs/pkgs/scripts/source/apps/git-edit-index.sh
+++ b/pkgs/sources/scripts/source/apps/git-edit-index.sh
diff --git a/pkgs/sources/scripts/source/small_functions/brightness.sh b/pkgs/sources/scripts/source/small_functions/brightness.sh
new file mode 100755
index 00000000..a7272279
--- /dev/null
+++ b/pkgs/sources/scripts/source/small_functions/brightness.sh
@@ -0,0 +1,80 @@
+#!/usr/bin/env dash
+
+# shellcheck source=/dev/null
+SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
+
+help() {
+    cat <<EOF
+This is a system brightness manager
+
+USAGE:
+    $NAME up [VALUE] | down [VALUE]
+
+OPTIONS:
+    --help   | -h
+                                Output this help and exit.
+
+    --version   | -v
+                                Output the version and exit.
+
+COMMANDS:
+    up [VALUE]
+                                Increase the brightness by VALUE or 5%.
+
+    down [VALUE]
+                                Decrease the brightness by VALUE or 5%.
+
+ARGUMENTS:
+    VALUE := [[seq 0 100]]
+                                The amount to increase/decrease the brightness. In percentage
+EOF
+}
+
+BACKLIGHT="/sys/class/%BACKLIGHT_NAME"
+
+brightness() {
+    offset="$1"
+
+    max="$(cat $BACKLIGHT/max_brightness)"
+    cur="$(cat $BACKLIGHT/brightness)"
+    percentage="$(echo | awk --assign=cur="$cur" --assign=max="$max" '{printf cur / max}')"
+
+    new="$(echo | awk --assign=per="$percentage" --assign=offset="$offset" '{printf per + (offset / 10)}')"
+
+    output="$(echo | awk --assign=new="$new" --assign=max="$max" '{printf max * new}')"
+
+    msg "echo \"$output\" > $BACKLIGHT/brightness"
+}
+
+for arg in "$@"; do
+    case "$arg" in
+    "--help" | "-h")
+        help
+        exit 0
+        ;;
+    "--version" | "-v")
+        version
+        exit 0
+        ;;
+    esac
+done
+
+case "$1" in
+"up")
+    shift 1
+    value="5"
+    [ -n "$1" ] && value="$1"
+    brightness "+$value"
+    ;;
+"down")
+    shift 1
+    value="-5"
+    [ -n "$1" ] && value="$1"
+    brightness "-$value"
+    ;;
+*)
+    die "The command '$1' does not exist! See '--help' for a list"
+    ;;
+esac
+
+# vim: ft=sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/small_functions/nato.py b/pkgs/sources/scripts/source/small_functions/nato.py
index e9d15f56..e9d15f56 100755
--- a/sys/nixpkgs/pkgs/scripts/source/small_functions/nato.py
+++ b/pkgs/sources/scripts/source/small_functions/nato.py
diff --git a/sys/nixpkgs/pkgs/scripts/source/small_functions/screenshot_persistent.sh b/pkgs/sources/scripts/source/small_functions/screenshot_persistent.sh
index 4308b8d2..4308b8d2 100755
--- a/sys/nixpkgs/pkgs/scripts/source/small_functions/screenshot_persistent.sh
+++ b/pkgs/sources/scripts/source/small_functions/screenshot_persistent.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/small_functions/screenshot_temporary.sh b/pkgs/sources/scripts/source/small_functions/screenshot_temporary.sh
index 8968ca79..8968ca79 100755
--- a/sys/nixpkgs/pkgs/scripts/source/small_functions/screenshot_temporary.sh
+++ b/pkgs/sources/scripts/source/small_functions/screenshot_temporary.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/small_functions/update-sys.sh b/pkgs/sources/scripts/source/small_functions/update-sys.sh
index d28247f6..d28247f6 100755
--- a/sys/nixpkgs/pkgs/scripts/source/small_functions/update-sys.sh
+++ b/pkgs/sources/scripts/source/small_functions/update-sys.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/neorg_id_function.sh b/pkgs/sources/scripts/source/specific/neorg/neorg_id_function.sh
index 865ecacf..865ecacf 100755
--- a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/neorg_id_function.sh
+++ b/pkgs/sources/scripts/source/specific/neorg/neorg_id_function.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/add.sh b/pkgs/sources/scripts/source/specific/neorg/sh/functions/add.sh
index 5a830a10..5a830a10 100755
--- a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/add.sh
+++ b/pkgs/sources/scripts/source/specific/neorg/sh/functions/add.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/context.sh b/pkgs/sources/scripts/source/specific/neorg/sh/functions/context.sh
index 7095847d..7095847d 100755
--- a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/context.sh
+++ b/pkgs/sources/scripts/source/specific/neorg/sh/functions/context.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/dmenu.sh b/pkgs/sources/scripts/source/specific/neorg/sh/functions/dmenu.sh
index 5a138982..5a138982 100755
--- a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/dmenu.sh
+++ b/pkgs/sources/scripts/source/specific/neorg/sh/functions/dmenu.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/f_start.sh b/pkgs/sources/scripts/source/specific/neorg/sh/functions/f_start.sh
index 2423dd44..2423dd44 100755
--- a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/f_start.sh
+++ b/pkgs/sources/scripts/source/specific/neorg/sh/functions/f_start.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/f_stop.sh b/pkgs/sources/scripts/source/specific/neorg/sh/functions/f_stop.sh
index e4ff0b94..e4ff0b94 100755
--- a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/f_stop.sh
+++ b/pkgs/sources/scripts/source/specific/neorg/sh/functions/f_stop.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/list.sh b/pkgs/sources/scripts/source/specific/neorg/sh/functions/list.sh
index 10659457..10659457 100755
--- a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/list.sh
+++ b/pkgs/sources/scripts/source/specific/neorg/sh/functions/list.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/project.sh b/pkgs/sources/scripts/source/specific/neorg/sh/functions/project.sh
index 64591850..64591850 100755
--- a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/project.sh
+++ b/pkgs/sources/scripts/source/specific/neorg/sh/functions/project.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/review.sh b/pkgs/sources/scripts/source/specific/neorg/sh/functions/review.sh
index a0a9ab8d..a0a9ab8d 100755
--- a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/review.sh
+++ b/pkgs/sources/scripts/source/specific/neorg/sh/functions/review.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/utils.sh b/pkgs/sources/scripts/source/specific/neorg/sh/functions/utils.sh
index c3843e8e..c3843e8e 100755
--- a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/utils.sh
+++ b/pkgs/sources/scripts/source/specific/neorg/sh/functions/utils.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/workspace.sh b/pkgs/sources/scripts/source/specific/neorg/sh/functions/workspace.sh
index d5eb2fca..d5eb2fca 100755
--- a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/functions/workspace.sh
+++ b/pkgs/sources/scripts/source/specific/neorg/sh/functions/workspace.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/main.sh b/pkgs/sources/scripts/source/specific/neorg/sh/main.sh
index 559351b9..559351b9 100755
--- a/sys/nixpkgs/pkgs/scripts/source/specific/neorg/sh/main.sh
+++ b/pkgs/sources/scripts/source/specific/neorg/sh/main.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/specific/spodi/sh/download.sh b/pkgs/sources/scripts/source/specific/spodi/sh/download.sh
index fe9746c8..fe9746c8 100755
--- a/sys/nixpkgs/pkgs/scripts/source/specific/spodi/sh/download.sh
+++ b/pkgs/sources/scripts/source/specific/spodi/sh/download.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/specific/spodi/sh/update.sh b/pkgs/sources/scripts/source/specific/spodi/sh/update.sh
index a289cf58..a289cf58 100755
--- a/sys/nixpkgs/pkgs/scripts/source/specific/spodi/sh/update.sh
+++ b/pkgs/sources/scripts/source/specific/spodi/sh/update.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/specific/spodi/spodi.sh b/pkgs/sources/scripts/source/specific/spodi/spodi.sh
index 475fd48a..475fd48a 100755
--- a/sys/nixpkgs/pkgs/scripts/source/specific/spodi/spodi.sh
+++ b/pkgs/sources/scripts/source/specific/spodi/spodi.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/specific/ytcc/description.sh b/pkgs/sources/scripts/source/specific/ytcc/description.sh
index ae9107b9..ae9107b9 100755
--- a/sys/nixpkgs/pkgs/scripts/source/specific/ytcc/description.sh
+++ b/pkgs/sources/scripts/source/specific/ytcc/description.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/wrappers/battery.sh b/pkgs/sources/scripts/source/wrappers/battery.sh
index e650ba5d..e650ba5d 100755
--- a/sys/nixpkgs/pkgs/scripts/source/wrappers/battery.sh
+++ b/pkgs/sources/scripts/source/wrappers/battery.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/wrappers/hibernate.sh b/pkgs/sources/scripts/source/wrappers/hibernate.sh
index 30868fd1..30868fd1 100755
--- a/sys/nixpkgs/pkgs/scripts/source/wrappers/hibernate.sh
+++ b/pkgs/sources/scripts/source/wrappers/hibernate.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/wrappers/ll.sh b/pkgs/sources/scripts/source/wrappers/ll.sh
index f689ba44..f689ba44 100755
--- a/sys/nixpkgs/pkgs/scripts/source/wrappers/ll.sh
+++ b/pkgs/sources/scripts/source/wrappers/ll.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/wrappers/lock.sh b/pkgs/sources/scripts/source/wrappers/lock.sh
index 3101ef9a..3101ef9a 100755
--- a/sys/nixpkgs/pkgs/scripts/source/wrappers/lock.sh
+++ b/pkgs/sources/scripts/source/wrappers/lock.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/wrappers/lyrics.sh b/pkgs/sources/scripts/source/wrappers/lyrics.sh
index 02a147c8..02a147c8 100755
--- a/sys/nixpkgs/pkgs/scripts/source/wrappers/lyrics.sh
+++ b/pkgs/sources/scripts/source/wrappers/lyrics.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/wrappers/mpc-fav.sh b/pkgs/sources/scripts/source/wrappers/mpc-fav.sh
index 795a4875..795a4875 100755
--- a/sys/nixpkgs/pkgs/scripts/source/wrappers/mpc-fav.sh
+++ b/pkgs/sources/scripts/source/wrappers/mpc-fav.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/wrappers/mpc-rm.sh b/pkgs/sources/scripts/source/wrappers/mpc-rm.sh
index 94e0634b..94e0634b 100755
--- a/sys/nixpkgs/pkgs/scripts/source/wrappers/mpc-rm.sh
+++ b/pkgs/sources/scripts/source/wrappers/mpc-rm.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/wrappers/mpc.sh b/pkgs/sources/scripts/source/wrappers/mpc.sh
index 5aae5cdb..5aae5cdb 100755
--- a/sys/nixpkgs/pkgs/scripts/source/wrappers/mpc.sh
+++ b/pkgs/sources/scripts/source/wrappers/mpc.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/wrappers/show.sh b/pkgs/sources/scripts/source/wrappers/show.sh
index ae2bdb13..ae2bdb13 100755
--- a/sys/nixpkgs/pkgs/scripts/source/wrappers/show.sh
+++ b/pkgs/sources/scripts/source/wrappers/show.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/wrappers/sort_song.sh b/pkgs/sources/scripts/source/wrappers/sort_song.sh
index e2978507..e2978507 100755
--- a/sys/nixpkgs/pkgs/scripts/source/wrappers/sort_song.sh
+++ b/pkgs/sources/scripts/source/wrappers/sort_song.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/wrappers/virsh-del.sh b/pkgs/sources/scripts/source/wrappers/virsh-del.sh
index c3de5484..c3de5484 100755
--- a/sys/nixpkgs/pkgs/scripts/source/wrappers/virsh-del.sh
+++ b/pkgs/sources/scripts/source/wrappers/virsh-del.sh
diff --git a/sys/nixpkgs/pkgs/scripts/source/wrappers/yti.sh b/pkgs/sources/scripts/source/wrappers/yti.sh
index a69ffa74..a69ffa74 100755
--- a/sys/nixpkgs/pkgs/scripts/source/wrappers/yti.sh
+++ b/pkgs/sources/scripts/source/wrappers/yti.sh
diff --git a/sys/nixpkgs/pkgs/snap-sync-forked/default.nix b/pkgs/sources/snap-sync-forked/default.nix
index 5b086a5a..5b086a5a 100644
--- a/sys/nixpkgs/pkgs/snap-sync-forked/default.nix
+++ b/pkgs/sources/snap-sync-forked/default.nix
diff --git a/sys/nixpkgs/pkgs/snap-sync-forked/snap-sync-forked.sh b/pkgs/sources/snap-sync-forked/snap-sync-forked.sh
index 3d9c1ac9..3d9c1ac9 100755
--- a/sys/nixpkgs/pkgs/snap-sync-forked/snap-sync-forked.sh
+++ b/pkgs/sources/snap-sync-forked/snap-sync-forked.sh
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/.editorconfig b/pkgs/sources/tree-sitter-yts/.editorconfig
index 919c78fa..919c78fa 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/.editorconfig
+++ b/pkgs/sources/tree-sitter-yts/.editorconfig
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/.envrc b/pkgs/sources/tree-sitter-yts/.envrc
index 3550a30f..3550a30f 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/.envrc
+++ b/pkgs/sources/tree-sitter-yts/.envrc
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/.gitignore b/pkgs/sources/tree-sitter-yts/.gitignore
index c4e2e389..c4e2e389 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/.gitignore
+++ b/pkgs/sources/tree-sitter-yts/.gitignore
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/Cargo.toml b/pkgs/sources/tree-sitter-yts/Cargo.toml
index 5287c420..5287c420 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/Cargo.toml
+++ b/pkgs/sources/tree-sitter-yts/Cargo.toml
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/binding.gyp b/pkgs/sources/tree-sitter-yts/binding.gyp
index b05038b4..b05038b4 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/binding.gyp
+++ b/pkgs/sources/tree-sitter-yts/binding.gyp
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/bindings/node/binding.cc b/pkgs/sources/tree-sitter-yts/bindings/node/binding.cc
index a042be54..a042be54 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/bindings/node/binding.cc
+++ b/pkgs/sources/tree-sitter-yts/bindings/node/binding.cc
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/bindings/node/index.js b/pkgs/sources/tree-sitter-yts/bindings/node/index.js
index 32179742..32179742 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/bindings/node/index.js
+++ b/pkgs/sources/tree-sitter-yts/bindings/node/index.js
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/bindings/rust/build.rs b/pkgs/sources/tree-sitter-yts/bindings/rust/build.rs
index c6061f09..c6061f09 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/bindings/rust/build.rs
+++ b/pkgs/sources/tree-sitter-yts/bindings/rust/build.rs
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/bindings/rust/lib.rs b/pkgs/sources/tree-sitter-yts/bindings/rust/lib.rs
index f1868b2d..f1868b2d 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/bindings/rust/lib.rs
+++ b/pkgs/sources/tree-sitter-yts/bindings/rust/lib.rs
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/corpus/comments.txt b/pkgs/sources/tree-sitter-yts/corpus/comments.txt
index 0070baf8..0070baf8 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/corpus/comments.txt
+++ b/pkgs/sources/tree-sitter-yts/corpus/comments.txt
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/corpus/comments_correct.txt b/pkgs/sources/tree-sitter-yts/corpus/comments_correct.txt
index 40cdab7d..40cdab7d 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/corpus/comments_correct.txt
+++ b/pkgs/sources/tree-sitter-yts/corpus/comments_correct.txt
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/corpus/duration.txt b/pkgs/sources/tree-sitter-yts/corpus/duration.txt
index 59476b98..59476b98 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/corpus/duration.txt
+++ b/pkgs/sources/tree-sitter-yts/corpus/duration.txt
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/corpus/url.txt b/pkgs/sources/tree-sitter-yts/corpus/url.txt
index 1ae3d106..1ae3d106 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/corpus/url.txt
+++ b/pkgs/sources/tree-sitter-yts/corpus/url.txt
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/default.nix b/pkgs/sources/tree-sitter-yts/default.nix
index 7e15481c..7e15481c 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/default.nix
+++ b/pkgs/sources/tree-sitter-yts/default.nix
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/flake.lock b/pkgs/sources/tree-sitter-yts/flake.lock
index bff9f1fa..bff9f1fa 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/flake.lock
+++ b/pkgs/sources/tree-sitter-yts/flake.lock
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/flake.nix b/pkgs/sources/tree-sitter-yts/flake.nix
index 1b6f8ab0..1b6f8ab0 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/flake.nix
+++ b/pkgs/sources/tree-sitter-yts/flake.nix
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/grammar.js b/pkgs/sources/tree-sitter-yts/grammar.js
index 655f6dea..655f6dea 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/grammar.js
+++ b/pkgs/sources/tree-sitter-yts/grammar.js
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/highlight.yts b/pkgs/sources/tree-sitter-yts/highlight.yts
index 319ee95c..319ee95c 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/highlight.yts
+++ b/pkgs/sources/tree-sitter-yts/highlight.yts
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/package.json b/pkgs/sources/tree-sitter-yts/package.json
index 2511ccb7..2511ccb7 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/package.json
+++ b/pkgs/sources/tree-sitter-yts/package.json
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/package.nix b/pkgs/sources/tree-sitter-yts/package.nix
index fe9a7326..fe9a7326 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/package.nix
+++ b/pkgs/sources/tree-sitter-yts/package.nix
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/queries/highlights.scm b/pkgs/sources/tree-sitter-yts/queries/highlights.scm
index 674cbf18..674cbf18 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/queries/highlights.scm
+++ b/pkgs/sources/tree-sitter-yts/queries/highlights.scm
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/src/grammar.json b/pkgs/sources/tree-sitter-yts/src/grammar.json
index a35a5464..a35a5464 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/src/grammar.json
+++ b/pkgs/sources/tree-sitter-yts/src/grammar.json
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/src/node-types.json b/pkgs/sources/tree-sitter-yts/src/node-types.json
index 1a63a552..1a63a552 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/src/node-types.json
+++ b/pkgs/sources/tree-sitter-yts/src/node-types.json
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/src/parser.c b/pkgs/sources/tree-sitter-yts/src/parser.c
index ded5c342..ded5c342 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/src/parser.c
+++ b/pkgs/sources/tree-sitter-yts/src/parser.c
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/src/tree_sitter/parser.h b/pkgs/sources/tree-sitter-yts/src/tree_sitter/parser.h
index 972913cf..972913cf 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/src/tree_sitter/parser.h
+++ b/pkgs/sources/tree-sitter-yts/src/tree_sitter/parser.h
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/treefmt.toml b/pkgs/sources/tree-sitter-yts/treefmt.toml
index 3d604b40..3d604b40 100644
--- a/sys/nixpkgs/pkgs/tree-sitter-yts/treefmt.toml
+++ b/pkgs/sources/tree-sitter-yts/treefmt.toml
diff --git a/sys/nixpkgs/pkgs/update_pkgs.sh b/pkgs/sources/update_pkgs.sh
index be1573c6..be1573c6 100755
--- a/sys/nixpkgs/pkgs/update_pkgs.sh
+++ b/pkgs/sources/update_pkgs.sh
diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/.envrc b/pkgs/sources/update_vim_plugins/.envrc
index 3550a30f..3550a30f 100644
--- a/sys/nixpkgs/pkgs/update_vim_plugins/.envrc
+++ b/pkgs/sources/update_vim_plugins/.envrc
diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/check-duplicates.sh b/pkgs/sources/update_vim_plugins/check-duplicates.sh
index 781b8aeb..781b8aeb 100755
--- a/sys/nixpkgs/pkgs/update_vim_plugins/check-duplicates.sh
+++ b/pkgs/sources/update_vim_plugins/check-duplicates.sh
diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/default.nix b/pkgs/sources/update_vim_plugins/default.nix
index 7f0b3f0d..7f0b3f0d 100644
--- a/sys/nixpkgs/pkgs/update_vim_plugins/default.nix
+++ b/pkgs/sources/update_vim_plugins/default.nix
diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/flake.lock b/pkgs/sources/update_vim_plugins/flake.lock
index 50494465..50494465 100644
--- a/sys/nixpkgs/pkgs/update_vim_plugins/flake.lock
+++ b/pkgs/sources/update_vim_plugins/flake.lock
diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/flake.nix b/pkgs/sources/update_vim_plugins/flake.nix
index ef440af0..ef440af0 100644
--- a/sys/nixpkgs/pkgs/update_vim_plugins/flake.nix
+++ b/pkgs/sources/update_vim_plugins/flake.nix
diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/package.nix b/pkgs/sources/update_vim_plugins/package.nix
index e74a29b1..e74a29b1 100644
--- a/sys/nixpkgs/pkgs/update_vim_plugins/package.nix
+++ b/pkgs/sources/update_vim_plugins/package.nix
diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/poetry.lock b/pkgs/sources/update_vim_plugins/poetry.lock
index f4764b42..f4764b42 100644
--- a/sys/nixpkgs/pkgs/update_vim_plugins/poetry.lock
+++ b/pkgs/sources/update_vim_plugins/poetry.lock
diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/pyproject.toml b/pkgs/sources/update_vim_plugins/pyproject.toml
index 38caf76d..38caf76d 100644
--- a/sys/nixpkgs/pkgs/update_vim_plugins/pyproject.toml
+++ b/pkgs/sources/update_vim_plugins/pyproject.toml
diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update.sh b/pkgs/sources/update_vim_plugins/update.sh
index 1bad12a9..1bad12a9 100755
--- a/sys/nixpkgs/pkgs/update_vim_plugins/update.sh
+++ b/pkgs/sources/update_vim_plugins/update.sh
diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/__init__.py b/pkgs/sources/update_vim_plugins/update_vim_plugins/__init__.py
index e69de29b..e69de29b 100644
--- a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/__init__.py
+++ b/pkgs/sources/update_vim_plugins/update_vim_plugins/__init__.py
diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/__main__.py b/pkgs/sources/update_vim_plugins/update_vim_plugins/__main__.py
index a8d9e06f..a8d9e06f 100644
--- a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/__main__.py
+++ b/pkgs/sources/update_vim_plugins/update_vim_plugins/__main__.py
diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/cleanup.py b/pkgs/sources/update_vim_plugins/update_vim_plugins/cleanup.py
index fd313ed0..fd313ed0 100644
--- a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/cleanup.py
+++ b/pkgs/sources/update_vim_plugins/update_vim_plugins/cleanup.py
diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/helpers.py b/pkgs/sources/update_vim_plugins/update_vim_plugins/helpers.py
index 8a28b0e8..8a28b0e8 100644
--- a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/helpers.py
+++ b/pkgs/sources/update_vim_plugins/update_vim_plugins/helpers.py
diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/nix.py b/pkgs/sources/update_vim_plugins/update_vim_plugins/nix.py
index 66a8df4c..66a8df4c 100644
--- a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/nix.py
+++ b/pkgs/sources/update_vim_plugins/update_vim_plugins/nix.py
diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/plugin.py b/pkgs/sources/update_vim_plugins/update_vim_plugins/plugin.py
index 8334ad53..8334ad53 100644
--- a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/plugin.py
+++ b/pkgs/sources/update_vim_plugins/update_vim_plugins/plugin.py
diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/spec.py b/pkgs/sources/update_vim_plugins/update_vim_plugins/spec.py
index 0f2fb29c..0f2fb29c 100644
--- a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/spec.py
+++ b/pkgs/sources/update_vim_plugins/update_vim_plugins/spec.py
diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/__init__.py b/pkgs/sources/update_vim_plugins/update_vim_plugins/tests/__init__.py
index e69de29b..e69de29b 100644
--- a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/__init__.py
+++ b/pkgs/sources/update_vim_plugins/update_vim_plugins/tests/__init__.py
diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/fixtures.py b/pkgs/sources/update_vim_plugins/update_vim_plugins/tests/fixtures.py
index 75dd251a..75dd251a 100644
--- a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/fixtures.py
+++ b/pkgs/sources/update_vim_plugins/update_vim_plugins/tests/fixtures.py
diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/test_nix.py b/pkgs/sources/update_vim_plugins/update_vim_plugins/tests/test_nix.py
index 46e59f76..46e59f76 100644
--- a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/test_nix.py
+++ b/pkgs/sources/update_vim_plugins/update_vim_plugins/tests/test_nix.py
diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/test_plugin.py b/pkgs/sources/update_vim_plugins/update_vim_plugins/tests/test_plugin.py
index 32377e24..32377e24 100644
--- a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/test_plugin.py
+++ b/pkgs/sources/update_vim_plugins/update_vim_plugins/tests/test_plugin.py
diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/test_spec.py b/pkgs/sources/update_vim_plugins/update_vim_plugins/tests/test_spec.py
index 2b9a1d24..2b9a1d24 100644
--- a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/tests/test_spec.py
+++ b/pkgs/sources/update_vim_plugins/update_vim_plugins/tests/test_spec.py
diff --git a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/update.py b/pkgs/sources/update_vim_plugins/update_vim_plugins/update.py
index 7eb3eeb4..7eb3eeb4 100644
--- a/sys/nixpkgs/pkgs/update_vim_plugins/update_vim_plugins/update.py
+++ b/pkgs/sources/update_vim_plugins/update_vim_plugins/update.py
diff --git a/sys/nixpkgs/pkgs/yt/.env b/pkgs/sources/yt/.env
index 8018a738..8018a738 100755
--- a/sys/nixpkgs/pkgs/yt/.env
+++ b/pkgs/sources/yt/.env
diff --git a/sys/nixpkgs/pkgs/yt/.envrc b/pkgs/sources/yt/.envrc
index 3550a30f..3550a30f 100644
--- a/sys/nixpkgs/pkgs/yt/.envrc
+++ b/pkgs/sources/yt/.envrc
diff --git a/sys/nixpkgs/pkgs/yt/.gitignore b/pkgs/sources/yt/.gitignore
index c84fa049..c84fa049 100644
--- a/sys/nixpkgs/pkgs/yt/.gitignore
+++ b/pkgs/sources/yt/.gitignore
diff --git a/sys/nixpkgs/pkgs/yt/Cargo.lock b/pkgs/sources/yt/Cargo.lock
index ef2a53fd..ef2a53fd 100644
--- a/sys/nixpkgs/pkgs/yt/Cargo.lock
+++ b/pkgs/sources/yt/Cargo.lock
diff --git a/sys/nixpkgs/pkgs/yt/Cargo.toml b/pkgs/sources/yt/Cargo.toml
index 7c17d20b..7c17d20b 100644
--- a/sys/nixpkgs/pkgs/yt/Cargo.toml
+++ b/pkgs/sources/yt/Cargo.toml
diff --git a/sys/nixpkgs/pkgs/yt/default.nix b/pkgs/sources/yt/default.nix
index 32396051..32396051 100644
--- a/sys/nixpkgs/pkgs/yt/default.nix
+++ b/pkgs/sources/yt/default.nix
diff --git a/sys/nixpkgs/pkgs/yt/flake.lock b/pkgs/sources/yt/flake.lock
index 50494465..50494465 100644
--- a/sys/nixpkgs/pkgs/yt/flake.lock
+++ b/pkgs/sources/yt/flake.lock
diff --git a/sys/nixpkgs/pkgs/yt/flake.nix b/pkgs/sources/yt/flake.nix
index 561b1c0d..561b1c0d 100644
--- a/sys/nixpkgs/pkgs/yt/flake.nix
+++ b/pkgs/sources/yt/flake.nix
diff --git a/sys/nixpkgs/pkgs/yt/src/bin/yt/main.rs b/pkgs/sources/yt/src/bin/yt/main.rs
index 37348834..37348834 100644
--- a/sys/nixpkgs/pkgs/yt/src/bin/yt/main.rs
+++ b/pkgs/sources/yt/src/bin/yt/main.rs
diff --git a/sys/nixpkgs/pkgs/yt/src/bin/ytc/args.rs b/pkgs/sources/yt/src/bin/ytc/args.rs
index 8b2d6a61..8b2d6a61 100644
--- a/sys/nixpkgs/pkgs/yt/src/bin/ytc/args.rs
+++ b/pkgs/sources/yt/src/bin/ytc/args.rs
diff --git a/sys/nixpkgs/pkgs/yt/src/bin/ytc/main.rs b/pkgs/sources/yt/src/bin/ytc/main.rs
index b38157df..b38157df 100644
--- a/sys/nixpkgs/pkgs/yt/src/bin/ytc/main.rs
+++ b/pkgs/sources/yt/src/bin/ytc/main.rs
diff --git a/sys/nixpkgs/pkgs/yt/src/bin/yts/args.rs b/pkgs/sources/yt/src/bin/yts/args.rs
index 56989421..56989421 100644
--- a/sys/nixpkgs/pkgs/yt/src/bin/yts/args.rs
+++ b/pkgs/sources/yt/src/bin/yts/args.rs
diff --git a/sys/nixpkgs/pkgs/yt/src/bin/yts/main.rs b/pkgs/sources/yt/src/bin/yts/main.rs
index 7398db61..7398db61 100644
--- a/sys/nixpkgs/pkgs/yt/src/bin/yts/main.rs
+++ b/pkgs/sources/yt/src/bin/yts/main.rs
diff --git a/sys/nixpkgs/pkgs/yt/src/constants.rs b/pkgs/sources/yt/src/constants.rs
index 5e233656..5e233656 100644
--- a/sys/nixpkgs/pkgs/yt/src/constants.rs
+++ b/pkgs/sources/yt/src/constants.rs
diff --git a/sys/nixpkgs/pkgs/yt/src/downloader.rs b/pkgs/sources/yt/src/downloader.rs
index e915700d..e915700d 100644
--- a/sys/nixpkgs/pkgs/yt/src/downloader.rs
+++ b/pkgs/sources/yt/src/downloader.rs
diff --git a/sys/nixpkgs/pkgs/yt/src/help.str b/pkgs/sources/yt/src/help.str
index 130fe42a..130fe42a 100644
--- a/sys/nixpkgs/pkgs/yt/src/help.str
+++ b/pkgs/sources/yt/src/help.str
diff --git a/sys/nixpkgs/pkgs/yt/src/lib.rs b/pkgs/sources/yt/src/lib.rs
index b089c1a2..b089c1a2 100644
--- a/sys/nixpkgs/pkgs/yt/src/lib.rs
+++ b/pkgs/sources/yt/src/lib.rs
diff --git a/pkgs/sources/yt/todo b/pkgs/sources/yt/todo
new file mode 100644
index 00000000..3f22042c
--- /dev/null
+++ b/pkgs/sources/yt/todo
@@ -0,0 +1 @@
+subtitles
diff --git a/sys/nixpkgs/pkgs/yt/update.sh b/pkgs/sources/yt/update.sh
index e500bb23..e500bb23 100755
--- a/sys/nixpkgs/pkgs/yt/update.sh
+++ b/pkgs/sources/yt/update.sh
diff --git a/sys/nixpkgs/pkgs/yt/yt.nix b/pkgs/sources/yt/yt.nix
index aaa971c3..aaa971c3 100644
--- a/sys/nixpkgs/pkgs/yt/yt.nix
+++ b/pkgs/sources/yt/yt.nix
diff --git a/sys/nixpkgs/pkgs/yt/ytc.nix b/pkgs/sources/yt/ytc.nix
index dff5bcf8..dff5bcf8 100644
--- a/sys/nixpkgs/pkgs/yt/ytc.nix
+++ b/pkgs/sources/yt/ytc.nix
diff --git a/sys/nixpkgs/pkgs/yt/yts.nix b/pkgs/sources/yt/yts.nix
index 9a8b172e..9a8b172e 100644
--- a/sys/nixpkgs/pkgs/yt/yts.nix
+++ b/pkgs/sources/yt/yts.nix