Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(hosts/{apzu,tiamata}): Use the correct neorg package in the mappings | Benedikt Peetz | 12 hours |
| | | | | | Otherwise, the `neorg dmenu` started by river would provide nothing to select. | ||
* | fix(modules/river): Mark the `init` file executable | Benedikt Peetz | 12 hours |
| | |||
* | refactor(flake/nixosModules/common.nix): Move to `modules/common` | Benedikt Peetz | 12 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 key | Benedikt Peetz | 28 hours |
| | |||
* | feat(modules/mpv): Migrate to `by-name` and add some scripts | Benedikt Peetz | 28 hours |
| | |||
* | feat(modules/legacy/mail): Automatically set a git credential helper | Benedikt Peetz | 30 hours |
| | |||
* | docs(modules/legacy/mbsync): Improve documentation of set options | Benedikt Peetz | 30 hours |
| | |||
* | style(treewide): Format | Benedikt Peetz | 30 hours |
| | |||
* | fix(modules/legacy/conf/firefox/{bookmarks,search}): Replace the manuals ↵ | Benedikt Peetz | 31 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 ones | Benedikt Peetz | 31 hours |
| | | | | I have not used them in ages. | ||
* | fix(pkgs/river-start): Create a wrapper script for river to store logs | Benedikt Peetz | 31 hours |
| | |||
* | fix(modules/lf/colors): Remove unused hidden home files | Benedikt Peetz | 32 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 paths | Benedikt Peetz | 34 hours |
| | |||
* | fix(modules/lf/commands/archive_decompress): Pipe the filenames not the file | Benedikt Peetz | 48 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 Peetz | 48 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 file | Benedikt Peetz | 48 hours |
| | | | | Otherwise, `trash {empty,restore}` will not find it. | ||
* | fix(modules/lf/commands/trash_{clear,restore}): Allow ansi codes in fzf | Benedikt Peetz | 48 hours |
| | |||
* | fix(modules/lf/keybindings/): Use the correct name for `trash_clear` | Benedikt Peetz | 48 hours |
| | |||
* | fix(modules/lf/commands/): Correctly modify `$@` when in a while read loop | Benedikt Peetz | 48 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 Peetz | 2 days |
| | |||
* | docs(modules/ollama): Add TODO comment | Benedikt Peetz | 2 days |
| | |||
* | fix(modules/nvim): Use the global nixpkgs set | Benedikt Peetz | 2 days |
| | |||
* | fix(modules/lf/commands): Rework | Benedikt Peetz | 2 days |
| | | | | | - Remove the dependency on `sysLib` - And rework each script, fixing old mistakes | ||
* | fix(modules/sound): Rename `hardware.pulseaudio` to `services.pulseaudio` | Benedikt Peetz | 2 days |
| | |||
* | fix(modules/zsh): Avoid having to rely on the `~/.zshenv` file | Benedikt Peetz | 2 days |
| | | | | We can use the `/etc/zshenv` file. | ||
* | fix(modules/locale): Remove the `us-modified` keymap | Benedikt Peetz | 2 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 Peetz | 2 days |
| | | | | | This includes a near rewrite `river-mk-keymap` (previously, `river_init_lesser`.) | ||
* | refactor(modules/swaylock): Migrate to by-name | Benedikt Peetz | 2 days |
| | |||
* | fix(modules/direnv): Remove the strictness options | Benedikt Peetz | 4 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 files | Benedikt Peetz | 5 days |
| | |||
* | fix(modules/impermanence): Only persist `~/.mozilla/firefox` | Benedikt Peetz | 5 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 Peetz | 5 days |
| | |||
* | fix(modules/nvim/plgs/flatten): Disable | Benedikt Peetz | 6 days |
| | |||
* | feat(modules/legacy/conf/swaylock): Change the lock screen image | Benedikt Peetz | 6 days |
| | |||
* | fix(modules/lf/ctpv/prev/archiver): Remove `arc` | Benedikt Peetz | 6 days |
| | |||
* | build(treewide): Update | Benedikt Peetz | 6 days |
| | |||
* | fix(modules/legacy/mail/accounts/*): Use the migrated mail server | Benedikt Peetz | 7 days |
| | |||
* | fix(modules/legacy/conf/taskwarrior/projects): Add `me.google` | Benedikt Peetz | 2025-01-04 |
| | |||
* | fix(modules/legacy/river): Include usage and usage_page in spawn cmd | Benedikt Peetz | 2024-12-30 |
| | | | | This should probably be configurable, but right-now hardcoding works. | ||
* | fix(modules/river): Only activate the moonlander udev rules on tiamat | Benedikt Peetz | 2024-12-30 |
| | |||
* | fix(modules/river): Use correct attribute key | Benedikt Peetz | 2024-12-30 |
| | |||
* | feat(modules/legacy/river): Add mapping to start `qmk-unicode-type` | Benedikt Peetz | 2024-12-30 |
| | | | | That program communicates with my keyboard and sets a Unicode character. | ||
* | build(treewide): Update | Benedikt Peetz | 2024-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 replace | Benedikt Peetz | 2024-12-30 |
| | | | | This allows me, to still benefit from upstream version updates. | ||
* | fix(modules/lf/ctpv/prev/achrive): Remove `arj` | Benedikt Peetz | 2024-12-30 |
| | | | | This package fails to build currently | ||
* | fix(modules/lf/ctpv/xxd): Use unlimited length when piped to less | Benedikt Peetz | 2024-12-30 |
| | |||
* | fix(modules/lf/ctpv/prev/any): Fix typo in `preview_xxd` function call | Benedikt Peetz | 2024-12-20 |
| | |||
* | refactor(lib): Upstream `lib` to vhack.eu | Benedikt Peetz | 2024-12-20 |
| | | | | This allows to share it with the server config. | ||
* | fix(modules/lf): Always retry connecting to the server | Benedikt Peetz | 2024-12-15 |
| | | | | Otherwise, the connection seems to fail again. | ||
* | fix(modules/lf/ctpv/prev/any): Also provide the `HELPERS` replacementString | Benedikt Peetz | 2024-12-15 |
| |