about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* feat(hm/conf/lf/cmds/unarchive): Add support for multiple filesSoispha2024-02-23
|
* refactor(hm/conf/lf/cmds/open): Remove, as it's better handled by xdg-handlersSoispha2024-02-23
|
* refactor(hm/conf/lf/cmds/archive): Use non-abbreviated cli optionSoispha2024-02-23
|
* fix(hm/conf/lf/commands): Check for the file name with the extension addedSoispha2024-02-23
| | | | | | | | | | Beforehand it resolved a name conflict based on the base name alone: ``` USER: script ALREADY_EXISTING_FILE: script ``` But the final script would then be named `script.sh`, thus, the check must include the `.sh`.
* fix(hm/conf/lf/commands): Remove useless 'open_config' cmdSoispha2024-02-23
| | | | | This command is only really useful, if you are not on NixOS. Thus, I don't really see, why I should keep it.
* fix(hm/pkgs/specific/neorg): Add missing '.sh' suffixSoispha2024-02-23
|
* feat(hm/conf/lf): Start zathura on opening pdfs in lfSoispha2024-02-23
|
* feat(hm/conf/git): Switch to zdiff3 instead of diff3Soispha2024-02-23
|
* build(flake): UpdateSoispha2024-02-23
|
* refactor(flake): Remove by-now vendored dependencySoispha2024-02-23
|
* fix(hm/conf/lf/keymappings): Separate and update moving key mappingsSoispha2024-02-23
|
* refactor(treewide): Remove my unused binariesSoispha2024-02-23
| | | | | | | These are: - grades (only last references) - video_pause - lf_rename
* feat(sys/nixos_git_rev): Add a file with the current git reverenceSoispha2024-02-23
|
* chore(version): v1.30.0 Soispha2024-02-20
|
* feat(hm/pkgs/battery): InitSoispha2024-02-20
|
* chore(version): v1.29.0 Soispha2024-02-20
|
* feat(hm/conf/firefox): Add order of search enginesSoispha2024-02-20
|
* feat(hm/conf/firefox/config/search): Add nixpkgs pull request tracker searchSoispha2024-02-20
|
* refactor(hm/conf/firefox/config/search): Download icons to avoid losing themSoispha2024-02-20
|
* chore(version): v1.28.0 Soispha2024-02-20
|
* fix(flake): Don't format `CHANGELOG.md`Soispha2024-02-20
|
* build(treewide): UpdateSoispha2024-02-20
|
* build(cog.toml): Add formatting stepSoispha2024-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
|
* refactor(hm/conf/zsh/config): Rework old config scriptsSoispha2024-02-20
|
* build(flake): Add treefmtSoispha2024-02-20
|
* fix(hm/conf/nix/plgs/lsp/s/openscad): GNU is unfortunately not the best formatSoispha2024-02-14
|
* feat(hm/conf/nix/plgs/lsp/servers/openscad): InitSoispha2024-02-12
|
* chore(version): v1.27.4 Soispha2024-02-12
|
* fix(hm/pkgs/scrs/mpc-fav): Correctly orient the if conditionSoispha2024-02-12
|
* fix(sys/nixpkgs/pkgs/comments): Estimate filesize can be > an u32Soispha2024-02-12
|
* chore(version): v1.27.3 Soispha2024-02-11
|
* fix(sys/nixpkgs/pkgs/comments): Allow unknown comment authorSoispha2024-02-11
|
* fix(hm/conf/taskwarrior): Correctly parse project.nix fileSoispha2024-02-10
|
* fix(sys/disks): Differentiate the space limit of '/' an '/tmp'Soispha2024-02-10
|
* chore(hm/soispha/conf/taskwarrior/projects): UpdateSoispha2024-02-10
|
* chore(hm/soispha/conf/taskwarrior/projects): UpdateSoispha2024-02-10
|
* chore(version): v1.27.2 Soispha2024-02-09
|
* 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
|
* fix(hm/conf/mail): Disable himalaya because it changedSoispha2024-02-08
|
* build(treewide): UpdateSoispha2024-02-08
|
* chore(version): v1.27.1 Soispha2024-02-08
|
* fix(sys/svcs/printing): Active cups webinterfaceSoispha2024-02-08
|
* chore(version): v1.27.0 Soispha2024-02-07
|
* build(.envrc): Set the CDPATHSoispha2024-02-07
| | | | | This makes it possible to just run `cd comments` to cd into `./sys/nixpkgs/pkgs/comments`.
* feat(hm/pkgs/scrs): Add `mpc-fav` and `sort_song`Soispha2024-02-07
|
* refactor(hm/pkgs/scrs): Sort the declarations alphabeticalSoispha2024-02-07
|
* fix(sys/svcs/printing): Use correct printer network addressSoispha2024-02-07
|