aboutsummaryrefslogtreecommitdiffstats
path: root/sys (unfollow)
Commit message (Collapse)Author
2024-02-03build(treewide): UpdateSoispha
2024-01-30fix(sys/nixpkgs/comments): Add missing fields to info_json parserSoispha
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-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(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(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-14feat(hosts): Disable SteamSoispha
This is mostly done because of convenience: Synchronizing the full steam files is just cumbersome.
2024-01-14fix(sys/nixpkgs/ytc): Check if symlink path existsSoispha
2024-01-13fix(treewide): Comply with the shell library's new argument namesSoispha
2024-01-13fix(sys/svcs/nix): Improve some default configurationSoispha
2024-01-13build(treewide): Update flake and shell librarySoispha
2024-01-06fix(sys/nixpkgs/pkgs/ytc/scr/main): Also delete the file if no id is setSoispha
2024-01-06fix(sys/nixpkgs/pkgs/ytc/scr/main): Stop mpv from spamming up stdoutSoispha
2024-01-06fix(sys/nixpkgs/pkgs/ytc/scr): Create download dirSoispha
2024-01-06docs(sys/nixpkgs/pkgs/ytc): Slightly improve error outputSoispha
2024-01-06fix(sys/nixpkgs/pkgs/ytc): Wrap programSoispha
2024-01-05feat(hm/pkgs/scr/ytcc/ytc): Rewrite in RustSoispha
2024-01-01build(treewide): UpdateSoispha
2023-12-31fix(sys/svcs/postgresql): Only active if not on a laptopSoispha
2023-12-31build(treewide): UpdateSoispha
2023-12-29fix(sys/svcs/xdg/portals): Set the terminal window to floatingSoispha
2023-12-29fix(sys/svcs/xdg/portals): Fix typo in alacrittySoispha
2023-12-29fix(sys/svcs/xdg/portals): Add alacritty to the dependenciesSoispha
2023-12-29fix(sys/svcs/xdg/portals): Set stdout and err debuggingSoispha
2023-12-29fix(sys/svcs/xdg/portals): Switch to trace and set correct terminal execSoispha
2023-12-29fix(sys/svcs/xdg/portals): Set loglevelSoispha
2023-12-29fix(sys/svcs/xdg/portals): Set default download dirSoispha
2023-12-29fix(sys/svcs/xdg/portals): Set correct permission of shell scriptSoispha
2023-12-29fix(sys/svcs/xdg/portals): Use correct path to lf wrapperSoispha