about summary refs log tree commit diff stats
path: root/sys (follow)
Commit message (Collapse)AuthorAge
* fix(pkgs/scripts/update-sys): Add new `systemd-run` dependencySoispha2024-03-10
|
* fix(sys/sound): Disable setting the default volumeSoispha2024-03-10
|
* style(treewide): FormatSoispha2024-03-10
|
* build(treewide): UpdateSoispha2024-03-10
|
* fix(pkgs/scripts/neorg/review): Use dataHome to store dataSoispha2024-03-07
|
* feat(pkgs/scripts/neorg/review): Only review opened projectsSoispha2024-03-07
|
* fix(pkgs/scripts/aumo): Add required dependencies (and remove old ones)Soispha2024-03-06
|
* fix(pkgs/scripts/mpc-fav): Update database after adding a new favoriteSoispha2024-03-01
|
* fix(sys/svcs/nix): Finally remove the `nixPath` completelySoispha2024-03-01
|
* feat(pkgs/neorg/review): InitSoispha2024-03-01
| | | | This makes reviewing (and closing) opened firefox tabs easier.
* fix(sys/svcs/nix): Ensure that the nix path actually gets setSoispha2024-02-28
|
* style(sys/svcs/nix): Inline the `nixpkgs` variableSoispha2024-02-28
|
* feat(sys/svcs/nix): Set nix pathSoispha2024-02-28
| | | | This is useful in the nix repl
* fix(pkgs/scripts/fupdate): Exit after running the main loopSoispha2024-02-28
|
* fix(hm/pkgs): Put all my scripts in the `scripts` namespaceSoispha2024-02-28
|
* chore(version): v1.33.2 Soispha2024-02-24
|
* fix(pkgs/scripts/aumo): Add a warning on wrong usageSoispha2024-02-24
|
* fix(treewide): Add shell library import directiveSoispha2024-02-24
|
* fix(sys/svcs/xdg/{lf,ranger}-wrapper): Add a shell library importSoispha2024-02-24
|
* build(treewide): Update shell librarySoispha2024-02-24
|
* build(treewide): UpdateSoispha2024-02-24
|
* style(sys/nixpkgs/pkgs/scripts/git-edit-index): Correct help textSoispha2024-02-24
|
* style(sys/nixpkgs/pkgs/scripts/fupdate): FormatSoispha2024-02-24
|
* refactor(hm/pkgs): Implement with an nixpkgs overlaySoispha2024-02-24
|
* build(flake): UpdateSoispha2024-02-24
|
* chore(version): v1.31.0 Soispha2024-02-23
|
* style(treewide): FormatSoispha2024-02-23
|
* feat(sys/svcs/nix): Switch to nixUnstableSoispha2024-02-23
|
* build(flake): UpdateSoispha2024-02-23
|
* feat(sys/nixos_git_rev): Add a file with the current git reverenceSoispha2024-02-23
|
* build(treewide): UpdateSoispha2024-02-20
|
* refactor(treewide): Reformat all files with treefmtSoispha2024-02-20
| | | | | This includes getting all shellscripts to pass shellcheck. To accomplish this, some old scripts were removed
* refactor(treewide): Add a `.sh` extension to shell scriptsSoispha2024-02-20
|
* fix(sys/nixpkgs/pkgs/comments): Estimate filesize can be > an u32Soispha2024-02-12
|
* fix(sys/nixpkgs/pkgs/comments): Allow unknown comment authorSoispha2024-02-11
|
* fix(sys/disks): Differentiate the space limit of '/' an '/tmp'Soispha2024-02-10
|
* fix(sys/nixpkgs/pkgs/yt): Avoid logging, that mpv can't display charsSoispha2024-02-09
|
* fix(sys/nixpkgs/pkgs/yt): Replace all quotesSoispha2024-02-09
|
* build(treewide): UpdateSoispha2024-02-08
|
* fix(sys/svcs/printing): Active cups webinterfaceSoispha2024-02-08
|
* fix(sys/svcs/printing): Use correct printer network addressSoispha2024-02-07
|
* fix(sys/svcs/printing): Configure Cups to be statelessSoispha2024-02-07
|
* fix(sys/nixpkgs/pkgs/comments): Make `channel_is_verified` optionalSoispha2024-02-07
|
* fix(sys): Use new module optionsSoispha2024-02-07
|
* build(treewide): UpdateSoispha2024-02-03
|
* fix(sys/nixpkgs/comments): Add missing fields to info_json parserSoispha2024-01-30
|
* build(treewide): UpdateSoispha2024-01-30
|
* fix(sys/nixpkgs/pkgs/comments): Export the package under the correct nameSoispha2024-01-28
|
* fix(sys/nixpkgs/pkgs/comments): Reduce copied `expects`Soispha2024-01-28
|
* fix(sys/nixpkgs/pkgs/comments): Append comments to the back of repliesSoispha2024-01-28
| | | | | | 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).