about summary refs log tree commit diff stats
path: root/flake.nix (unfollow)
Commit message (Collapse)Author
2024-02-24chore(version): v1.34.0 Soispha
2024-02-24feat(hm/pkgs): Add zathura to the pkgs listSoispha
2024-02-24feat(hm/conf/lf/keymappings): Add sorting mappingsSoispha
2024-02-24fix(hm/conf/lf/cmds): Better manage files with pre-defined extensionsSoispha
2024-02-24chore(version): v1.33.2 Soispha
2024-02-24fix(hm/conf/unison): Fix Typo in `EXTRA_OPTIONS` variableSoispha
2024-02-24fix(pkgs/scripts/aumo): Add a warning on wrong usageSoispha
2024-02-24fix(treewide): Add shell library import directiveSoispha
2024-02-24chore(version): v1.33.1 Soispha
2024-02-24fix(sys/svcs/xdg/{lf,ranger}-wrapper): Add a shell library importSoispha
2024-02-24build(treewide): Update shell librarySoispha
2024-02-24chore(version): v1.33.0 Soispha
2024-02-24build(treewide): UpdateSoispha
2024-02-24style(sys/nixpkgs/pkgs/scripts/git-edit-index): Correct help textSoispha
2024-02-24style(sys/nixpkgs/pkgs/scripts/fupdate): FormatSoispha
2024-02-24build(flake): Readd flake_version_updateSoispha
2024-02-24refactor(hm/pkgs): Implement with an nixpkgs overlaySoispha
2024-02-24fix(hm/pkgs/git-update-index): Remove '--' from help textSoispha
The parser for the automatic completion generation fails, when it encounters an option without name.
2024-02-24fix(hm/pkgs/fupdate): Don't pass '--' to child commandSoispha
2024-02-24feat(hm/pkgs/fupdate): Allow passing arguments to the update scriptSoispha
2024-02-24fix(hm/pkgs/git-edit-index): Correctly exit when parsing optionsSoispha
2024-02-24chore(version): v1.32.0 Soispha
2024-02-24fix(hm/pkgs/scrs/git-edit-index): Generate completionsSoispha
2024-02-24fix(hm/pkgs): Readd man pages for `mpc-cli`Soispha
2024-02-24feat(hm/pkgs): Add `file`Soispha
2024-02-24fix(hm/conf/lf/commands): Correct reference to nix pathSoispha
2024-02-24build(flake): UpdateSoispha
2024-02-23chore(version): v1.31.0 Soispha
2024-02-23style(treewide): FormatSoispha
2024-02-23feat(sys/svcs/nix): Switch to nixUnstableSoispha
2024-02-23fix(hm/conf/lf/keymappings): Correctly import dir_move fileSoispha
2024-02-23feat(hm/conf/lf): Add a `execute` subcommandSoispha
2024-02-23feat(hm/pkgs/git-edit-index): InitSoispha
2024-02-23feat(hm/conf/unison): Add support for link syncingSoispha
2024-02-23refactor(hm/conf/unison): Rename the script to `unison-sync`Soispha
'Backup' is in this context just wrong.
2024-02-23feat(hm/pkgs/mpc): InitSoispha
2024-02-23refactor(hm/conf/lf): Move configs to `settings` attrSoispha
2024-02-23feat(hm/conf/lf/cmds/unarchive): Add support for multiple filesSoispha
2024-02-23refactor(hm/conf/lf/cmds/open): Remove, as it's better handled by xdg-handlersSoispha
2024-02-23refactor(hm/conf/lf/cmds/archive): Use non-abbreviated cli optionSoispha
2024-02-23fix(hm/conf/lf/commands): Check for the file name with the extension addedSoispha
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`.
2024-02-23fix(hm/conf/lf/commands): Remove useless 'open_config' cmdSoispha
This command is only really useful, if you are not on NixOS. Thus, I don't really see, why I should keep it.
2024-02-23fix(hm/pkgs/specific/neorg): Add missing '.sh' suffixSoispha
2024-02-23feat(hm/conf/lf): Start zathura on opening pdfs in lfSoispha
2024-02-23feat(hm/conf/git): Switch to zdiff3 instead of diff3Soispha
2024-02-23build(flake): UpdateSoispha
2024-02-23refactor(flake): Remove by-now vendored dependencySoispha
2024-02-23fix(hm/conf/lf/keymappings): Separate and update moving key mappingsSoispha
2024-02-23refactor(treewide): Remove my unused binariesSoispha
These are: - grades (only last references) - video_pause - lf_rename
2024-02-23feat(sys/nixos_git_rev): Add a file with the current git reverenceSoispha