about summary refs log tree commit diff stats
path: root/modules (follow)
Commit message (Collapse)AuthorAge
* modules/river/keymap: Add missing `mkSpwan` arguments primeBenedikt Peetz40 hours
|
* modules/river/keymap: Use `let .. in` instead of `rec`Benedikt Peetz41 hours
| | | | | `rec` can't handle the quoted reference to the attribute set (`<LEFT_SUPER>`).
* modules/river/keymap: Also mark lock as `once`Benedikt Peetz41 hours
|
* modules/river/keymap: Don't duplicate commands, use aliases insteadBenedikt Peetz41 hours
|
* modules/river/keymap: Avoid providing a function for each argBenedikt Peetz41 hours
|
* modules/i3status-rs: Each block starts with a space and ends with oneBenedikt Peetz41 hours
| | | | This ensures the same spacing for each block.
* modules/i3status-rs: Add remaining time and charging power to batteryBenedikt Peetz42 hours
|
* modules/i3status-rs: Don't show an error, if the GPU is unavailableBenedikt Peetz42 hours
| | | | This happens on apzu, as she has only an integrated intel GPU.
* modules/i3status-rs: Don't add space, without swapBenedikt Peetz42 hours
|
* modules/river: Mark more run commands as `once`Benedikt Peetz43 hours
|
* modules/nix: Switch back to lixBenedikt Peetz46 hours
|
* {modules/river,pkgs/river-mk-keymap}: Support `once` key mappingsBenedikt Peetz48 hours
| | | | | Otherwise, the prompt for the new screenshot is overshadowed by the normal key mappings in the `run` mode.
* modules/river/keymap: Avoid Ctrl in keymapsBenedikt Peetz48 hours
| | | | This is hard to type
* modules/river: Use the correct river-mk-keymap invocationBenedikt Peetz48 hours
|
* modules/river: Fix minor keymap config-file mistakesBenedikt Peetz4 days
|
* modules/disks: Setup a tmpfs for the new lix build locationBenedikt Peetz4 days
| | | | Otherwise, builds are performed on-disk.
* {modules/river,pkgs/river-mk-keymap}: Support keymap descriptionsBenedikt Peetz4 days
| | | | That just avoids the visual clutter, caused by the nix store paths.
* modules/river: Use the same keymap for both tiamat and apzuBenedikt Peetz4 days
| | | | | This avoids bit-rot in apzu's key mappings and maybe helps me to actually learn all the possible key mappings.
* modules/nix: Temporarily switch to cppnixBenedikt Peetz5 days
| | | | | | | 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.
* modules: Remove no-op `finalizeFunction`Benedikt Peetz5 days
| | | | The specified function is already the default.
* modules/qutebrowser: Active `lazy_restore`Benedikt Peetz5 days
| | | | This might help remedy the incredible long start-up time.
* modules/nix-index/command_not_found: Avoid using a non-existing commandBenedikt Peetz5 days
| | | | | | The `eprintln` was previously supplied (impurely) by my shell library, and without it, the command-not-found handler goes into infinite recursion.
* modules/zsh: Remove the insulting command not found handlerBenedikt Peetz5 days
| | | | It is fun, but not worth the extra complexity.
* pkgs/i3bar-river: Update patch to it's newest versionBenedikt Peetz9 days
|
* modules/nvim/plgs/lsp-progress: Completely removeBenedikt Peetz9 days
|
* modules/nvim/plgs/tree-sitter: Avoid extra syntex highlighting in latexBenedikt Peetz9 days
| | | | | This slows the nvim client noticeably down and is only really needed for vim-tex's math mapping, which I don't use.
* modules/nvim/plgs/flatten: RemoveBenedikt Peetz9 days
| | | | | It does not work, and I hope that I do not need it any longer (considering that it was disabled since ~01-01-2025).
* modules/nvim/plgs/lf: Use the nixvim moduleBenedikt Peetz9 days
|
* modules/nvim/plgs/flatten: Re-enableBenedikt Peetz9 days
| | | | | The plugin had breaking changes to its config, which caused me to disable it for some time.
* modules/nvim/plgs/femaco: Use the nixvim moduleBenedikt Peetz9 days
| | | | | We still import the config as lua file, as it is essentially just callback functions, which would result in strings and `__raw` in nix.
* modules/nvim/plgs: Remove unused pluginsBenedikt Peetz9 days
|
* modules/nvim/performance: InitBenedikt Peetz9 days
| | | | It might make things faster?
* modules/nvim/plgs: Auto-loadBenedikt Peetz9 days
|
* modules/nvim/mappings: Remove overlapping <Space>c mappingBenedikt Peetz9 days
|
* modules/mergiraf: InitBenedikt Peetz2025-06-17
|
* modules/qutebrowser: Correctly quote the statusbar.widgets settingsBenedikt Peetz2025-06-16
|
* modules/xdg: Inherit path for the url-handler scriptBenedikt Peetz2025-06-16
|
* modules/qutebrowser: Use the shell wrapperBenedikt Peetz2025-06-11
| | | | | This makes debugging easier, and using the binary wrapper is rather pointless, as a python application already has a very bad startup time.
* modules/qutebrowser: Show the current session in the statusbarBenedikt Peetz2025-06-11
|
* modules/common/projects.json: Remove trailing commaBenedikt Peetz2025-06-11
| | | | How could I even dare to include this!?
* modules/common/projects.json: Remove unneeded onesBenedikt Peetz2025-06-11
|
* modules/qutebrowser: Use correct path to binary in wrapperBenedikt Peetz2025-06-11
|
* modules/boot: Migrate to new `sbctl` directoryBenedikt Peetz2025-06-10
| | | | Otherwise, `sbctl` will yell at you, that your setup is deprecated.
* modules/common: Add useful todo commentBenedikt Peetz2025-06-06
|
* {modules,pkgs}/qutebrowser: Enable qutebrowser supportBenedikt Peetz2025-06-06
|
* modules/nvim/plgs/lsp/pylyzer: DropBenedikt Peetz2025-06-06
| | | | This was unused since it's addition.
* modules/impermanance: Avoid keeping `~/.mozilla` aroundBenedikt Peetz2025-06-06
|
* modules/legacy/beets: Use a better path configBenedikt Peetz2025-06-06
| | | | I don't really care about genres or the various albumtypes.
* modules/legacy/beets: Move the `replace_override` file in the nix fileBenedikt Peetz2025-06-06
| | | | | | I have no idea, why this is a separate file. This change also removes some windows specific replace sequences.
* modules/legacy/beets: Remove unused pluginsBenedikt Peetz2025-06-06
| | | | | I have not known that these plugins were configured, until I looked at the nix source again. As such, enabling theme is useless.