aboutsummaryrefslogtreecommitdiffstats
path: root/modules (unfollow)
Commit message (Collapse)Author
2025-02-04fix(modules/river): Mark the `init` file executableBenedikt Peetz
2025-02-04refactor(flake/nixosModules/common.nix): Move to `modules/common`Benedikt Peetz
This file is commonly edited, when a module is changed. As such moving it to the `modules` directory, is an obvious decision.
2025-02-03fix(modules/legacy/mail): Add missing `helper` attribute keyBenedikt Peetz
2025-02-03feat(modules/mpv): Migrate to `by-name` and add some scriptsBenedikt Peetz
2025-02-03feat(modules/legacy/mail): Automatically set a git credential helperBenedikt Peetz
2025-02-03docs(modules/legacy/mbsync): Improve documentation of set optionsBenedikt Peetz
2025-02-03style(treewide): FormatBenedikt Peetz
2025-02-03fix(modules/legacy/conf/firefox/{bookmarks,search}): Replace the manuals ↵Benedikt Peetz
with noogle noogle.dev is actually up-to-date, whilst the manuals have not been updated since 23.11. This is simply because they were experiments and prove of concepts for a paged nixpkgs/lib manual.
2025-02-03fix(modules/legacy/conf/firefox/bookmarks): Remove outdated onesBenedikt Peetz
I have not used them in ages.
2025-02-03fix(pkgs/river-start): Create a wrapper script for river to store logsBenedikt Peetz
2025-02-03fix(modules/lf/colors): Remove unused hidden home filesBenedikt Peetz
All these files are no longer there, and if they start to crop up again, I would like to notice it.
2025-02-03fix(modules/lf/commands/archive_{compress,decompress}): Correctly store pathsBenedikt Peetz
2025-02-03fix(modules/lf/commands/archive_decompress): Pipe the filenames not the fileBenedikt Peetz
Previously, we piped `$fx` directly into the shell, resulting in it opening the archive and interpreting it as the file name.
2025-02-03fix(modules/lf/commands/trash_{clear,restore}): Don't start trash's ↵Benedikt Peetz
interactive mode When no files have been selected, trashy's trash client will start an "interactive" mode and prompt for the files _again_. This should obviously be avoided.
2025-02-03fix(modules/lf/commands/trash_{clear,restore}): Use full path to fileBenedikt Peetz
Otherwise, `trash {empty,restore}` will not find it.
2025-02-03fix(modules/lf/commands/trash_{clear,restore}): Allow ansi codes in fzfBenedikt Peetz
2025-02-02fix(modules/lf/keybindings/): Use the correct name for `trash_clear`Benedikt Peetz
2025-02-02fix(modules/lf/commands/): Correctly modify `$@` when in a while read loopBenedikt Peetz
Previously, I just piped into the loop which resulted in it becoming a subshell (i.e., all variable assignments were local to that loop.) The only way to work around this in POSIX shell is via temporary files, like implemented in the `base.sh` `tmp` function. I'd hoped to finally rid myself of these, when migrating away from the sysLib, but I see no other way to achieve the desired result.
2025-02-02fix(modules/lf/commands/trash_restore): Depend on `gawk` not `gaw`Benedikt Peetz
2025-02-02docs(modules/ollama): Add TODO commentBenedikt Peetz
2025-02-02fix(modules/nvim): Use the global nixpkgs setBenedikt Peetz
2025-02-02fix(modules/lf/commands): ReworkBenedikt Peetz
- Remove the dependency on `sysLib` - And rework each script, fixing old mistakes
2025-02-02fix(modules/sound): Rename `hardware.pulseaudio` to `services.pulseaudio`Benedikt Peetz
2025-02-02fix(modules/zsh): Avoid having to rely on the `~/.zshenv` fileBenedikt Peetz
We can use the `/etc/zshenv` file.
2025-02-02fix(modules/locale): Remove the `us-modified` keymapBenedikt Peetz
This purpose is now fulfilled by the direct unicode input in form of `qmk-unicode-type`.
2025-02-02refactor(modules/river): Migrate to `by-name`Benedikt Peetz
This includes a near rewrite `river-mk-keymap` (previously, `river_init_lesser`.)
2025-02-02refactor(modules/swaylock): Migrate to by-nameBenedikt Peetz
2025-01-31fix(modules/direnv): Remove the strictness optionsBenedikt Peetz
These seem to cause an error in `nix-direnv` which is obviously not ideal.
2025-01-30feat(modules/lf/commands/view_file): Also use `$READER` for epub filesBenedikt Peetz
2025-01-30fix(modules/impermanence): Only persist `~/.mozilla/firefox`Benedikt Peetz
The other directories don't contain anything worthy to be persisted. Besides, persisting `~/.mozilla/native-messaging-hosts` results in tridactly changing the symlink to it's native messaging host.
2025-01-30fix(modules/direnv): Migrate to `by-name`Benedikt Peetz
2025-01-30fix(modules/nvim/plgs/flatten): DisableBenedikt Peetz
2025-01-30feat(modules/legacy/conf/swaylock): Change the lock screen imageBenedikt Peetz
2025-01-29fix(modules/lf/ctpv/prev/archiver): Remove `arc`Benedikt Peetz
2025-01-29build(treewide): UpdateBenedikt Peetz
2025-01-28fix(modules/legacy/mail/accounts/*): Use the migrated mail serverBenedikt Peetz
2025-01-04fix(modules/legacy/conf/taskwarrior/projects): Add `me.google`Benedikt Peetz
2024-12-30fix(modules/legacy/river): Include usage and usage_page in spawn cmdBenedikt Peetz
This should probably be configurable, but right-now hardcoding works.
2024-12-30fix(modules/river): Only activate the moonlander udev rules on tiamatBenedikt Peetz
2024-12-30fix(modules/river): Use correct attribute keyBenedikt Peetz
2024-12-30feat(modules/legacy/river): Add mapping to start `qmk-unicode-type`Benedikt Peetz
That program communicates with my keyboard and sets a Unicode character.
2024-12-30build(treewide): UpdateBenedikt Peetz
This notable excludes a `nixpkgs-unstable` update, because a rather big LLVM package needs to be build from source, which is not feasible.
2024-12-30fix(pkgs/{atuin,ctpv}): Extend instead of replaceBenedikt Peetz
This allows me, to still benefit from upstream version updates.
2024-12-30fix(modules/lf/ctpv/prev/achrive): Remove `arj`Benedikt Peetz
This package fails to build currently
2024-12-30fix(modules/lf/ctpv/xxd): Use unlimited length when piped to lessBenedikt Peetz
2024-12-20fix(modules/lf/ctpv/prev/any): Fix typo in `preview_xxd` function callBenedikt Peetz
2024-12-20refactor(lib): Upstream `lib` to vhack.euBenedikt Peetz
This allows to share it with the server config.
2024-12-15fix(modules/lf): Always retry connecting to the serverBenedikt Peetz
Otherwise, the connection seems to fail again.
2024-12-15fix(modules/lf/ctpv/prev/any): Also provide the `HELPERS` replacementStringBenedikt Peetz
2024-12-15refactor(modules/lf/ctpv/prev): Make all implicit dependencies explicitBenedikt Peetz