Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(modules/nvim): Use the global nixpkgs set | Benedikt Peetz | 21 hours |
| | |||
* | fix(modules/lf/commands): Rework | Benedikt Peetz | 21 hours |
| | | | | | - Remove the dependency on `sysLib` - And rework each script, fixing old mistakes | ||
* | fix(modules/sound): Rename `hardware.pulseaudio` to `services.pulseaudio` | Benedikt Peetz | 24 hours |
| | |||
* | fix(modules/zsh): Avoid having to rely on the `~/.zshenv` file | Benedikt Peetz | 24 hours |
| | | | | We can use the `/etc/zshenv` file. | ||
* | fix(modules/locale): Remove the `us-modified` keymap | Benedikt Peetz | 24 hours |
| | | | | | 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 | 24 hours |
| | | | | | This includes a near rewrite `river-mk-keymap` (previously, `river_init_lesser`.) | ||
* | refactor(modules/swaylock): Migrate to by-name | Benedikt Peetz | 24 hours |
| | |||
* | fix(modules/direnv): Remove the strictness options | Benedikt Peetz | 3 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 | 4 days |
| | |||
* | fix(modules/impermanence): Only persist `~/.mozilla/firefox` | Benedikt Peetz | 4 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 | 4 days |
| | |||
* | fix(modules/nvim/plgs/flatten): Disable | Benedikt Peetz | 4 days |
| | |||
* | fix(modules/lf/ctpv/prev/archiver): Remove `arc` | Benedikt Peetz | 5 days |
| | |||
* | 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. | ||
* | 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 |
| | |||
* | 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 |
| | |||
* | refactor(modules/lf/ctpv/prev): Make all implicit dependencies explicit | Benedikt Peetz | 2024-12-15 |
| | |||
* | fix(modules/lf/ctpv/prev/{any,inode}): Use the correct module options | Benedikt Peetz | 2024-12-14 |
| | |||
* | feat(modules/lf/ctpv): Rework as module with autoloading | Benedikt Peetz | 2024-12-14 |
| | |||
* | feat(modules/yt): Migrate to by-name and add new `description` msgs | Benedikt Peetz | 2024-12-14 |
| | |||
* | refactor(modules/nvim/plgs/neorg): Migrate to new RFC 42 module | Benedikt Peetz | 2024-12-14 |
| | |||
* | fix(modules/inputMethods): Remove | Benedikt Peetz | 2024-12-14 |
| | | | | | | This is a huge hack, that doesn't even work with all my applications (notably, alacritty does not support ibus.) As such, simply disabling it is the right call. | ||
* | feat(modules/inputMethod): Init | Benedikt Peetz | 2024-12-09 |
| | |||
* | fix(modules/ollama): Always use the CPU for ollama | Benedikt Peetz | 2024-12-08 |
| | | | | | | My AMD GPU is just not supported by ROCm. And whilst ollama will (sometime) start with this configuration, it is just slower than directly running with the CPU. | ||
* | fix(modules/ollama): Correctly set the mode of the `/var/lib/private` dir | Benedikt Peetz | 2024-12-08 |
| | |||
* | fix(modules/ollama): Try to nudge it to use ROCm on the GPU instead of the CPU | Benedikt Peetz | 2024-12-08 |
| | |||
* | feat(modules/impermanance): Also support the extended `directory` notation | Benedikt Peetz | 2024-12-08 |
| | |||
* | fix(modules/ollama): Also set the correct visibility | Benedikt Peetz | 2024-12-08 |
| | |||
* | fix(modules/ollama): Use workaround to get systemd to agree to impermanence | Benedikt Peetz | 2024-12-08 |
| | |||
* | refactor(modules/font): Use new `nerd-fonts` attr set | Benedikt Peetz | 2024-12-07 |
| | |||
* | feat(modules/ollama): Init | Benedikt Peetz | 2024-12-07 |
| | |||
* | feat(modules/lf): Add a keymap for cd-ing to the download directory | Benedikt Peetz | 2024-11-30 |
| | |||
* | fix(modules/yambar): Wrap the commands with arguments with a script | Benedikt Peetz | 2024-11-30 |
| | |||
* | fix(modules/yambar): Don't treat numbers as strings | Benedikt Peetz | 2024-11-29 |
| | | | | | This also includes casting the colour to a longer stretch of zeros, to ensure that it is treated as a colour and not as a string. | ||
* | refactor(modules/legacy/conf/yambar): Move to `by-name` and modernize | Benedikt Peetz | 2024-11-29 |
| | |||
* | fix(modules/lf/cmds/set_clipboard_path): Provide feedback to the user | Benedikt Peetz | 2024-11-29 |
| | |||
* | fix(modules/lf): Retry connecting to the server | Benedikt Peetz | 2024-11-29 |
| | | | | | | It is possible that the config file is sourced, without a started server. This is effectively a race condition, which can only be fixed upstream, but we can at least try to connect to the server again. | ||
* | feat(modules/lf): Add `set_clipboard_path` command and keybinding | Benedikt Peetz | 2024-11-26 |
| | |||
* | fix(modules/lf/ctpv): Don't try to preview `.xcf` images | Benedikt Peetz | 2024-11-25 |
| | |||
* | fix(modules/lf/ctpv/helpers): Turn of `chafa`'s animations | Benedikt Peetz | 2024-11-25 |
| | |||
* | fix(modules/lf): Ensure, that the remote mapping source command works | Benedikt Peetz | 2024-11-25 |
| | |||
* | fix(modules/lf/ctpv/): Support color output, by simulating a interactive shell | Benedikt Peetz | 2024-11-25 |
| | |||
* | fix(modules/lf/ctpv/prev/glow): Force glow to colorize the output | Benedikt Peetz | 2024-11-24 |
| | |||
* | fix(modules/lf): Use the correct name for the ctpv config file | Benedikt Peetz | 2024-11-24 |
| |