Commit message (Collapse) | Author | ||
---|---|---|---|
49 min. | feat(modules/mpv): Migrate to `by-name` and add some scripts | Benedikt Peetz | |
2 hours | feat(modules/legacy/mail): Automatically set a git credential helper | Benedikt Peetz | |
2 hours | docs(modules/legacy/mbsync): Improve documentation of set options | Benedikt Peetz | |
2 hours | style(treewide): Format | Benedikt Peetz | |
4 hours | fix(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. | |||
4 hours | fix(modules/legacy/conf/firefox/bookmarks): Remove outdated ones | Benedikt Peetz | |
I have not used them in ages. | |||
4 hours | fix(pkgs/river-start): Create a wrapper script for river to store logs | Benedikt Peetz | |
4 hours | fix(modules/lf/colors): Remove unused hidden home files | Benedikt Peetz | |
All these files are no longer there, and if they start to crop up again, I would like to notice it. | |||
7 hours | fix(modules/lf/commands/archive_{compress,decompress}): Correctly store paths | Benedikt Peetz | |
20 hours | fix(modules/lf/commands/archive_decompress): Pipe the filenames not the file | Benedikt Peetz | |
Previously, we piped `$fx` directly into the shell, resulting in it opening the archive and interpreting it as the file name. | |||
20 hours | fix(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. | |||
20 hours | fix(modules/lf/commands/trash_{clear,restore}): Use full path to file | Benedikt Peetz | |
Otherwise, `trash {empty,restore}` will not find it. | |||
20 hours | fix(modules/lf/commands/trash_{clear,restore}): Allow ansi codes in fzf | Benedikt Peetz | |
20 hours | fix(modules/lf/keybindings/): Use the correct name for `trash_clear` | Benedikt Peetz | |
21 hours | fix(modules/lf/commands/): Correctly modify `$@` when in a while read loop | Benedikt 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. | |||
23 hours | fix(modules/lf/commands/trash_restore): Depend on `gawk` not `gaw` | Benedikt Peetz | |
23 hours | style(pkgs/update-vim-plugins): Format | Benedikt Peetz | |
23 hours | test(tests/nvim-neorg): Increase sleep before last regex check to 1s | Benedikt Peetz | |
Otherwise, it seemed to sometimes fail. | |||
23 hours | docs(modules/ollama): Add TODO comment | Benedikt Peetz | |
23 hours | fix(modules/nvim): Use the global nixpkgs set | Benedikt Peetz | |
23 hours | fix(modules/lf/commands): Rework | Benedikt Peetz | |
- Remove the dependency on `sysLib` - And rework each script, fixing old mistakes | |||
25 hours | fix(pkgs/{screenshot_persistent,lock,neorg}): Add `meta.mainProgram` | Benedikt Peetz | |
25 hours | fix(pkgs/screenshot_persistent): Start lf floating and on the correct file | Benedikt Peetz | |
25 hours | refactor(pkgs/lock): Migrate away from `sysLib` | Benedikt Peetz | |
25 hours | fix(flake/packages): Use correct nvim package to override | Benedikt Peetz | |
26 hours | refactor(pkgs/screenshot_persistent): Migrate to `writeShellApplication` | Benedikt Peetz | |
`sysLib` is a good _framework_, but the overhead of the framework too much for such a simple shell script. | |||
26 hours | fix(modules/sound): Rename `hardware.pulseaudio` to `services.pulseaudio` | Benedikt Peetz | |
26 hours | build(treewide): Update | Benedikt Peetz | |
26 hours | fix(modules/zsh): Avoid having to rely on the `~/.zshenv` file | Benedikt Peetz | |
We can use the `/etc/zshenv` file. | |||
26 hours | fix(modules/locale): Remove the `us-modified` keymap | Benedikt Peetz | |
This purpose is now fulfilled by the direct unicode input in form of `qmk-unicode-type`. | |||
26 hours | refactor(modules/river): Migrate to `by-name` | Benedikt Peetz | |
This includes a near rewrite `river-mk-keymap` (previously, `river_init_lesser`.) | |||
26 hours | feat(lib): Init `baseLib` | Benedikt Peetz | |
26 hours | build(build.sh): Allow passing arguments to nix | Benedikt Peetz | |
26 hours | refactor(modules/swaylock): Migrate to by-name | Benedikt Peetz | |
3 days | fix(modules/direnv): Remove the strictness options | Benedikt Peetz | |
These seem to cause an error in `nix-direnv` which is obviously not ideal. | |||
3 days | fix(pkgs/stamp): Ignore the `.git` directory | Benedikt Peetz | |
There should be no reason to ever stamp this directory. | |||
4 days | feat(modules/lf/commands/view_file): Also use `$READER` for epub files | Benedikt Peetz | |
4 days | fix(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. | |||
4 days | fix(flake.nix): Remove unneeded `flake-utils` follows in `lanzaboote` | Benedikt Peetz | |
4 days | fix(modules/direnv): Migrate to `by-name` | Benedikt Peetz | |
4 days | fix(modules/nvim/plgs/flatten): Disable | Benedikt Peetz | |
4 days | feat(modules/legacy/conf/swaylock): Change the lock screen image | Benedikt Peetz | |
5 days | build(flake): Switch to lanzaboote v0.4.2 | Benedikt Peetz | |
The 0.4.1 version has problems parsing a systemd file | |||
5 days | fix(modules/lf/ctpv/prev/archiver): Remove `arc` | Benedikt Peetz | |
5 days | build(treewide): Update | Benedikt Peetz | |
6 days | fix(modules/legacy/mail/accounts/*): Use the migrated mail server | Benedikt Peetz | |
2025-01-06 | build(treewide): Update | Benedikt Peetz | |
2025-01-04 | fix(modules/legacy/conf/taskwarrior/projects): Add `me.google` | Benedikt Peetz | |
2024-12-30 | build(flake.lock/qmk_firmware): Update | Benedikt Peetz | |
2024-12-30 | fix(modules/legacy/river): Include usage and usage_page in spawn cmd | Benedikt Peetz | |
This should probably be configurable, but right-now hardcoding works. |