about summary refs log tree commit diff stats
path: root/sys/svcs/default.nix (unfollow)
Commit message (Collapse)Author
2024-02-20build(treewide): UpdateSoispha
2024-02-20build(cog.toml): Add formatting stepSoispha
2024-02-20refactor(treewide): Reformat all files with treefmtSoispha
This includes getting all shellscripts to pass shellcheck. To accomplish this, some old scripts were removed
2024-02-20refactor(treewide): Add a `.sh` extension to shell scriptsSoispha
2024-02-20refactor(hm/conf/zsh/config): Rework old config scriptsSoispha
2024-02-20build(flake): Add treefmtSoispha
2024-02-14fix(hm/conf/nix/plgs/lsp/s/openscad): GNU is unfortunately not the best formatSoispha
2024-02-12feat(hm/conf/nix/plgs/lsp/servers/openscad): InitSoispha
2024-02-12chore(version): v1.27.4 Soispha
2024-02-12fix(hm/pkgs/scrs/mpc-fav): Correctly orient the if conditionSoispha
2024-02-12fix(sys/nixpkgs/pkgs/comments): Estimate filesize can be > an u32Soispha
2024-02-11chore(version): v1.27.3 Soispha
2024-02-11fix(sys/nixpkgs/pkgs/comments): Allow unknown comment authorSoispha
2024-02-10fix(hm/conf/taskwarrior): Correctly parse project.nix fileSoispha
2024-02-10fix(sys/disks): Differentiate the space limit of '/' an '/tmp'Soispha
2024-02-10chore(hm/soispha/conf/taskwarrior/projects): UpdateSoispha
2024-02-10chore(hm/soispha/conf/taskwarrior/projects): UpdateSoispha
2024-02-09chore(version): v1.27.2 Soispha
2024-02-09fix(sys/nixpkgs/pkgs/yt): Avoid logging, that mpv can't display charsSoispha
2024-02-09fix(sys/nixpkgs/pkgs/yt): Replace all quotesSoispha
2024-02-08fix(hm/conf/mail): Disable himalaya because it changedSoispha
2024-02-08build(treewide): UpdateSoispha
2024-02-08chore(version): v1.27.1 Soispha
2024-02-08fix(sys/svcs/printing): Active cups webinterfaceSoispha
2024-02-07chore(version): v1.27.0 Soispha
2024-02-07build(.envrc): Set the CDPATHSoispha
This makes it possible to just run `cd comments` to cd into `./sys/nixpkgs/pkgs/comments`.
2024-02-07feat(hm/pkgs/scrs): Add `mpc-fav` and `sort_song`Soispha
2024-02-07refactor(hm/pkgs/scrs): Sort the declarations alphabeticalSoispha
2024-02-07fix(sys/svcs/printing): Use correct printer network addressSoispha
2024-02-07fix(sys/svcs/printing): Configure Cups to be statelessSoispha
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