about summary refs log tree commit diff stats
path: root/.editorconfig (unfollow)
Commit message (Collapse)Author
2024-02-07fix(sys/nixpkgs/pkgs/comments): Make `channel_is_verified` optionalSoispha
2024-02-07fix(sys): Use new module optionsSoispha
2024-02-03fix(hm/pkgs/spodi): Allow more providersSoispha
2024-02-03build(treewide): UpdateSoispha
2024-01-30chore(version): v1.26.3 Soispha
2024-01-30fix(sys/nixpkgs/comments): Add missing fields to info_json parserSoispha
2024-01-30chore(version): v1.26.2 Soispha
2024-01-30fix(treewide): Fully remove gradesSoispha
2024-01-30chore(version): v1.26.1 Soispha
2024-01-30fix(hm/pkgs): Remove `grades` as it no longer compilesSoispha
2024-01-30chore(version): v1.26.0 Soispha
2024-01-30build(treewide): UpdateSoispha
2024-01-28fix(sys/nixpkgs/pkgs/comments): Export the package under the correct nameSoispha
2024-01-28fix(sys/nixpkgs/pkgs/comments): Reduce copied `expects`Soispha
2024-01-28fix(sys/nixpkgs/pkgs/comments): Append comments to the back of repliesSoispha
This should fix an issue where the comment is appended to the wrong reply chain, when one person has commented twice. This builds on the assumption that comments are sorted by timestamp (which they are in this case).
2024-01-28fix(sys/nixpkgs/pkgs/comments): Wrap with correct `fmt`Soispha
2024-01-28feat(hm/pkgs/specific/neorg): Add draft of rewrite in nuSoispha
2024-01-28fix(hm/pkgs): Remove old `comments` scripts and use rust rewriteSoispha
2024-01-28fix(sys/nixpkgs/pkgs): Actually add new comments packageSoispha
2024-01-28fix(sys/nixpkgs/pkgs/yt): Use correct type in json parsingSoispha
2024-01-28fix(sys/nixpkgs/pkgs/yt/ytc): Allow watching already watched idsSoispha
2024-01-28fix(sys/nixpkgs/update_pkgs): Allow to hide expansive updates behind flagSoispha
2024-01-28build(treewide): UpdateSoispha
2024-01-28fix(sys/nixpkgs/pkgs/yt): Use already existing cargo lock fileSoispha
2024-01-28feat(sys/nixpkgs/pkgs/comments): InitSoispha
This rewrite of the `comments` script even provides nested comments
2024-01-23build(treewide): UpdateSoispha
2024-01-23feat(sys/nixpkgs/pkgs): Add update scriptsSoispha
2024-01-21fix(hm/conf/less): Ensure that less can read the lesskey fileSoispha
2024-01-21fix(hm/conf/less): Correctly export less variablesSoispha
2024-01-21fix(sys/nixpkgs/yt): Ensure that the downloader downloads everythingSoispha
2024-01-20feat(sys/nixpkgs/yt): Add support for the 'url' commandSoispha
This simply opens the youtube url in the browser
2024-01-20fix(sys/nixpkgs/yt/constants): Add extension to last selection pathSoispha
2024-01-20fix(sys/nixpkgs/yt/downloader): Be more lenient with yt-dlp exit codesSoispha
2024-01-20feat(sys/nixpkgs/yt/{yt,ytc}): Persist old selection fileSoispha
2024-01-20fix(sys/nixpkgs/yt/{yt,ytc}): Ignore sponsor block API access errorsSoispha
2024-01-20fix(sys/nixpkgs/yt/{yt,yts}): Correctly wrap themSoispha
2024-01-20build(treewide): UpdateSoispha
2024-01-20fix(hm/pkgs/yts): Use new rewritten versionSoispha
2024-01-20fix(sys/nixpkgs/pkgs/yt): Don't remove path as 'yt' and 'yts' need nvimSoispha
2024-01-20feat(sys/nixpkgs/pkgs/yt): Merge ytc and the rewritten ytcSoispha
2024-01-19feat(hm/conf/nvim/plgs/treesitter): Add custom parser for `yts`Soispha
2024-01-19feat(flake): Add `pkgs` subattributeSoispha
2024-01-16fix(hm/conf/unison): Correctly implement path ignoringSoispha
2024-01-15fix(hm/conf/unison): Ignore links and the task dirSoispha
Both of them should not be synchronized.
2024-01-14feat(hosts): Disable SteamSoispha
This is mostly done because of convenience: Synchronizing the full steam files is just cumbersome.
2024-01-14fix(hm/conf/unison): Set UNISON dirSoispha
2024-01-14fix(hm/conf/unison): Add unison to PATHSoispha
2024-01-14fix(hm/conf/unison): Correct names so that systemd can use themSoispha
2024-01-14fix(hm/conf/unison): Quickly disable to ensure consistent (manual) updatesSoispha
2024-01-14feat(hm/conf/unison): InitSoispha