aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name (unfollow)
Commit message (Collapse)Author
2025-07-01{modules/river,pkgs/river-mk-keymap}: Support `once` key mappingsBenedikt Peetz
Otherwise, the prompt for the new screenshot is overshadowed by the normal key mappings in the `run` mode.
2025-07-01modules/river/keymap: Avoid Ctrl in keymapsBenedikt Peetz
This is hard to type
2025-07-01modules/river: Use the correct river-mk-keymap invocationBenedikt Peetz
2025-06-29modules/river: Fix minor keymap config-file mistakesBenedikt Peetz
2025-06-29modules/disks: Setup a tmpfs for the new lix build locationBenedikt Peetz
Otherwise, builds are performed on-disk.
2025-06-29{modules/river,pkgs/river-mk-keymap}: Support keymap descriptionsBenedikt Peetz
That just avoids the visual clutter, caused by the nix store paths.
2025-06-29modules/river: Use the same keymap for both tiamat and apzuBenedikt Peetz
This avoids bit-rot in apzu's key mappings and maybe helps me to actually learn all the possible key mappings.
2025-06-28modules/nix: Temporarily switch to cppnixBenedikt Peetz
Both (lix and cppnix) have a fix for some rather serious CVEs. But lix also introduced a rather serious system breaking bug. So we need to update to something that works now, and I'm not really motivated to apply the patches for the lix bug manually.
2025-06-28modules/qutebrowser: Active `lazy_restore`Benedikt Peetz
This might help remedy the incredible long start-up time.
2025-06-28modules/nix-index/command_not_found: Avoid using a non-existing commandBenedikt Peetz
The `eprintln` was previously supplied (impurely) by my shell library, and without it, the command-not-found handler goes into infinite recursion.
2025-06-28modules/zsh: Remove the insulting command not found handlerBenedikt Peetz
It is fun, but not worth the extra complexity.
2025-06-24pkgs/i3bar-river: Update patch to it's newest versionBenedikt Peetz
2025-06-24modules/nvim/plgs/lsp-progress: Completely removeBenedikt Peetz
2025-06-24modules/nvim/plgs/tree-sitter: Avoid extra syntex highlighting in latexBenedikt Peetz
This slows the nvim client noticeably down and is only really needed for vim-tex's math mapping, which I don't use.
2025-06-24modules/nvim/plgs/flatten: RemoveBenedikt Peetz
It does not work, and I hope that I do not need it any longer (considering that it was disabled since ~01-01-2025).
2025-06-24modules/nvim/plgs/lf: Use the nixvim moduleBenedikt Peetz
2025-06-24modules/nvim/plgs/flatten: Re-enableBenedikt Peetz
The plugin had breaking changes to its config, which caused me to disable it for some time.
2025-06-24modules/nvim/plgs/femaco: Use the nixvim moduleBenedikt Peetz
We still import the config as lua file, as it is essentially just callback functions, which would result in strings and `__raw` in nix.
2025-06-24modules/nvim/plgs: Remove unused pluginsBenedikt Peetz
2025-06-24modules/nvim/performance: InitBenedikt Peetz
It might make things faster?
2025-06-24modules/nvim/plgs: Auto-loadBenedikt Peetz
2025-06-24modules/nvim/mappings: Remove overlapping <Space>c mappingBenedikt Peetz
2025-06-17modules/mergiraf: InitBenedikt Peetz
2025-06-16modules/qutebrowser: Correctly quote the statusbar.widgets settingsBenedikt Peetz
2025-06-16modules/xdg: Inherit path for the url-handler scriptBenedikt Peetz
2025-06-11modules/qutebrowser: Use the shell wrapperBenedikt Peetz
This makes debugging easier, and using the binary wrapper is rather pointless, as a python application already has a very bad startup time.
2025-06-11modules/qutebrowser: Show the current session in the statusbarBenedikt Peetz
2025-06-11modules/qutebrowser: Use correct path to binary in wrapperBenedikt Peetz
2025-06-10modules/boot: Migrate to new `sbctl` directoryBenedikt Peetz
Otherwise, `sbctl` will yell at you, that your setup is deprecated.
2025-06-06{modules,pkgs}/qutebrowser: Enable qutebrowser supportBenedikt Peetz
2025-06-06modules/nvim/plgs/lsp/pylyzer: DropBenedikt Peetz
This was unused since it's addition.
2025-06-06modules/impermanance: Avoid keeping `~/.mozilla` aroundBenedikt Peetz
2025-06-06modules/firefox: DropBenedikt Peetz
This is no longer needed as I have migrated my browser to qutebrowser.
2025-05-30modules/river: Move the log file to `~/.cache`Benedikt Peetz
It is not actually something, that I want to keep around.
2025-05-30modules/river: Move the `river-start` package into the moduleBenedikt Peetz
The package was already tied to the module (via the log file path) and as such should be in the module directory.
2025-05-30modules/lf: Consolidate the `ll` and `lm` wrappers in the moduleBenedikt Peetz
Having them as separate packages was just not necessary.
2025-05-20modules/i3status-rust: Use correct `cfg` valueBenedikt Peetz
Otherwise, we inject the `i3bar-river` command into itself.
2025-05-20modules/{i3bar-river,i3status-rust}: InitBenedikt Peetz
2025-05-20modules/nix: Switch to the latest `lix` versionBenedikt Peetz
2025-05-17modules/nix-index/command_not_found_handler: Remove reference to shell_libraryBenedikt Peetz
`ptmp` was previously (impurely) injected into this code, but is now no longer available.
2025-05-17modules/nixos-shell: InitBenedikt Peetz
A VM at your disposal. This is based on: https://github.com/Mic92/nixos-shell
2025-05-16modules/gpg: Move the `pinentryPackage` to `pinentry.package`Benedikt Peetz
2025-05-16modules/age: Correctly spell `age`Benedikt Peetz
2025-05-16treewide: UpdateBenedikt Peetz
2025-05-16modules/legacy/mako: Migrate to `by-name`Benedikt Peetz
2025-05-16modules/tskm: Switch to new project pathBenedikt Peetz
2025-05-16modules/{atuin,taskwarrior}: Make enabling age configurableBenedikt Peetz
A VM/test without age keys still needs to be able to use this modules.
2025-05-16modules/age: InitBenedikt Peetz
2025-05-16modules/legacy/nix-index: Migrate to by-nameBenedikt Peetz
2025-05-16modules: Import external modules in the module that actually need themBenedikt Peetz