about summary refs log tree commit diff stats
path: root/modules (follow)
Commit message (Collapse)AuthorAge
* fix(hosts/{apzu,tiamata}): Use the correct neorg package in the mappingsBenedikt Peetz12 hours
| | | | | Otherwise, the `neorg dmenu` started by river would provide nothing to select.
* fix(modules/river): Mark the `init` file executableBenedikt Peetz12 hours
|
* refactor(flake/nixosModules/common.nix): Move to `modules/common`Benedikt Peetz12 hours
| | | | | This file is commonly edited, when a module is changed. As such moving it to the `modules` directory, is an obvious decision.
* fix(modules/legacy/mail): Add missing `helper` attribute keyBenedikt Peetz28 hours
|
* feat(modules/mpv): Migrate to `by-name` and add some scriptsBenedikt Peetz28 hours
|
* feat(modules/legacy/mail): Automatically set a git credential helperBenedikt Peetz30 hours
|
* docs(modules/legacy/mbsync): Improve documentation of set optionsBenedikt Peetz30 hours
|
* style(treewide): FormatBenedikt Peetz30 hours
|
* fix(modules/legacy/conf/firefox/{bookmarks,search}): Replace the manuals ↵Benedikt Peetz31 hours
| | | | | | | | 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.
* fix(modules/legacy/conf/firefox/bookmarks): Remove outdated onesBenedikt Peetz31 hours
| | | | I have not used them in ages.
* fix(pkgs/river-start): Create a wrapper script for river to store logsBenedikt Peetz31 hours
|
* fix(modules/lf/colors): Remove unused hidden home filesBenedikt Peetz32 hours
| | | | | All these files are no longer there, and if they start to crop up again, I would like to notice it.
* fix(modules/lf/commands/archive_{compress,decompress}): Correctly store pathsBenedikt Peetz34 hours
|
* fix(modules/lf/commands/archive_decompress): Pipe the filenames not the fileBenedikt Peetz48 hours
| | | | | Previously, we piped `$fx` directly into the shell, resulting in it opening the archive and interpreting it as the file name.
* fix(modules/lf/commands/trash_{clear,restore}): Don't start trash's ↵Benedikt Peetz48 hours
| | | | | | | | 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.
* fix(modules/lf/commands/trash_{clear,restore}): Use full path to fileBenedikt Peetz48 hours
| | | | Otherwise, `trash {empty,restore}` will not find it.
* fix(modules/lf/commands/trash_{clear,restore}): Allow ansi codes in fzfBenedikt Peetz48 hours
|
* fix(modules/lf/keybindings/): Use the correct name for `trash_clear`Benedikt Peetz48 hours
|
* fix(modules/lf/commands/): Correctly modify `$@` when in a while read loopBenedikt Peetz48 hours
| | | | | | | | | | 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.
* fix(modules/lf/commands/trash_restore): Depend on `gawk` not `gaw`Benedikt Peetz2 days
|
* docs(modules/ollama): Add TODO commentBenedikt Peetz2 days
|
* fix(modules/nvim): Use the global nixpkgs setBenedikt Peetz2 days
|
* fix(modules/lf/commands): ReworkBenedikt Peetz2 days
| | | | | - Remove the dependency on `sysLib` - And rework each script, fixing old mistakes
* fix(modules/sound): Rename `hardware.pulseaudio` to `services.pulseaudio`Benedikt Peetz2 days
|
* fix(modules/zsh): Avoid having to rely on the `~/.zshenv` fileBenedikt Peetz2 days
| | | | We can use the `/etc/zshenv` file.
* fix(modules/locale): Remove the `us-modified` keymapBenedikt Peetz2 days
| | | | | This purpose is now fulfilled by the direct unicode input in form of `qmk-unicode-type`.
* refactor(modules/river): Migrate to `by-name`Benedikt Peetz2 days
| | | | | This includes a near rewrite `river-mk-keymap` (previously, `river_init_lesser`.)
* refactor(modules/swaylock): Migrate to by-nameBenedikt Peetz2 days
|
* fix(modules/direnv): Remove the strictness optionsBenedikt Peetz4 days
| | | | | These seem to cause an error in `nix-direnv` which is obviously not ideal.
* feat(modules/lf/commands/view_file): Also use `$READER` for epub filesBenedikt Peetz5 days
|
* fix(modules/impermanence): Only persist `~/.mozilla/firefox`Benedikt Peetz5 days
| | | | | | 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.
* fix(modules/direnv): Migrate to `by-name`Benedikt Peetz5 days
|
* fix(modules/nvim/plgs/flatten): DisableBenedikt Peetz6 days
|
* feat(modules/legacy/conf/swaylock): Change the lock screen imageBenedikt Peetz6 days
|
* fix(modules/lf/ctpv/prev/archiver): Remove `arc`Benedikt Peetz6 days
|
* build(treewide): UpdateBenedikt Peetz6 days
|
* fix(modules/legacy/mail/accounts/*): Use the migrated mail serverBenedikt Peetz7 days
|
* fix(modules/legacy/conf/taskwarrior/projects): Add `me.google`Benedikt Peetz2025-01-04
|
* fix(modules/legacy/river): Include usage and usage_page in spawn cmdBenedikt Peetz2024-12-30
| | | | This should probably be configurable, but right-now hardcoding works.
* fix(modules/river): Only activate the moonlander udev rules on tiamatBenedikt Peetz2024-12-30
|
* fix(modules/river): Use correct attribute keyBenedikt Peetz2024-12-30
|
* feat(modules/legacy/river): Add mapping to start `qmk-unicode-type`Benedikt Peetz2024-12-30
| | | | That program communicates with my keyboard and sets a Unicode character.
* build(treewide): UpdateBenedikt Peetz2024-12-30
| | | | | This notable excludes a `nixpkgs-unstable` update, because a rather big LLVM package needs to be build from source, which is not feasible.
* fix(pkgs/{atuin,ctpv}): Extend instead of replaceBenedikt Peetz2024-12-30
| | | | This allows me, to still benefit from upstream version updates.
* fix(modules/lf/ctpv/prev/achrive): Remove `arj`Benedikt Peetz2024-12-30
| | | | This package fails to build currently
* fix(modules/lf/ctpv/xxd): Use unlimited length when piped to lessBenedikt Peetz2024-12-30
|
* fix(modules/lf/ctpv/prev/any): Fix typo in `preview_xxd` function callBenedikt Peetz2024-12-20
|
* refactor(lib): Upstream `lib` to vhack.euBenedikt Peetz2024-12-20
| | | | This allows to share it with the server config.
* fix(modules/lf): Always retry connecting to the serverBenedikt Peetz2024-12-15
| | | | Otherwise, the connection seems to fail again.
* fix(modules/lf/ctpv/prev/any): Also provide the `HELPERS` replacementStringBenedikt Peetz2024-12-15
|