about summary refs log tree commit diff stats
path: root/tests/default.nix (unfollow)
Commit message (Collapse)Author
24 hoursfix(modules/lf/commands/trash_{clear,restore}): Use full path to fileBenedikt Peetz
Otherwise, `trash {empty,restore}` will not find it.
24 hoursfix(modules/lf/commands/trash_{clear,restore}): Allow ansi codes in fzfBenedikt Peetz
24 hoursfix(modules/lf/keybindings/): Use the correct name for `trash_clear`Benedikt Peetz
24 hoursfix(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.
27 hoursfix(modules/lf/commands/trash_restore): Depend on `gawk` not `gaw`Benedikt Peetz
27 hoursstyle(pkgs/update-vim-plugins): FormatBenedikt Peetz
27 hourstest(tests/nvim-neorg): Increase sleep before last regex check to 1sBenedikt Peetz
Otherwise, it seemed to sometimes fail.
27 hoursdocs(modules/ollama): Add TODO commentBenedikt Peetz
27 hoursfix(modules/nvim): Use the global nixpkgs setBenedikt Peetz
27 hoursfix(modules/lf/commands): ReworkBenedikt Peetz
- Remove the dependency on `sysLib` - And rework each script, fixing old mistakes
29 hoursfix(pkgs/{screenshot_persistent,lock,neorg}): Add `meta.mainProgram`Benedikt Peetz
29 hoursfix(pkgs/screenshot_persistent): Start lf floating and on the correct fileBenedikt Peetz
29 hoursrefactor(pkgs/lock): Migrate away from `sysLib`Benedikt Peetz
29 hoursfix(flake/packages): Use correct nvim package to overrideBenedikt Peetz
30 hoursrefactor(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.
30 hoursfix(modules/sound): Rename `hardware.pulseaudio` to `services.pulseaudio`Benedikt Peetz
30 hoursbuild(treewide): UpdateBenedikt Peetz
30 hoursfix(modules/zsh): Avoid having to rely on the `~/.zshenv` fileBenedikt Peetz
We can use the `/etc/zshenv` file.
30 hoursfix(modules/locale): Remove the `us-modified` keymapBenedikt Peetz
This purpose is now fulfilled by the direct unicode input in form of `qmk-unicode-type`.
30 hoursrefactor(modules/river): Migrate to `by-name`Benedikt Peetz
This includes a near rewrite `river-mk-keymap` (previously, `river_init_lesser`.)
30 hoursfeat(lib): Init `baseLib`Benedikt Peetz
30 hoursbuild(build.sh): Allow passing arguments to nixBenedikt Peetz
30 hoursrefactor(modules/swaylock): Migrate to by-nameBenedikt Peetz
3 daysfix(modules/direnv): Remove the strictness optionsBenedikt Peetz
These seem to cause an error in `nix-direnv` which is obviously not ideal.
3 daysfix(pkgs/stamp): Ignore the `.git` directoryBenedikt Peetz
There should be no reason to ever stamp this directory.
4 daysfeat(modules/lf/commands/view_file): Also use `$READER` for epub filesBenedikt Peetz
4 daysfix(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 daysfix(flake.nix): Remove unneeded `flake-utils` follows in `lanzaboote`Benedikt Peetz
4 daysfix(modules/direnv): Migrate to `by-name`Benedikt Peetz
5 daysfix(modules/nvim/plgs/flatten): DisableBenedikt Peetz
5 daysfeat(modules/legacy/conf/swaylock): Change the lock screen imageBenedikt Peetz
5 daysbuild(flake): Switch to lanzaboote v0.4.2Benedikt Peetz
The 0.4.1 version has problems parsing a systemd file
5 daysfix(modules/lf/ctpv/prev/archiver): Remove `arc`Benedikt Peetz
5 daysbuild(treewide): UpdateBenedikt Peetz
6 daysfix(modules/legacy/mail/accounts/*): Use the migrated mail serverBenedikt Peetz
2025-01-06build(treewide): UpdateBenedikt Peetz
2025-01-04fix(modules/legacy/conf/taskwarrior/projects): Add `me.google`Benedikt Peetz
2024-12-30build(flake.lock/qmk_firmware): UpdateBenedikt 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-30style(treewide): FormatBenedikt Peetz
2024-12-30fix(modules/river): Use correct attribute keyBenedikt Peetz
2024-12-30build(pkgs/default.nix): Stop trying to import moved libBenedikt 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-30build(.envrc): Remove git fetchBenedikt Peetz
2024-12-20fix(pkgs/neorg/inputs): Improve git integration and bound reviewBenedikt Peetz