about summary refs log tree commit diff stats
path: root/modules (follow)
Commit message (Collapse)AuthorAge
* fix(modules/timewarrior): Use the correct attribute path for the taskwarrior ↵Benedikt Peetz39 hours
| | | | config
* refactor(modules/legacy/pkgs): Remove rarely used packagesBenedikt Peetz39 hours
| | | | | I can (and often already do) use them via `nix shell n#<pkgs>`, so having them always available seems unnecessary.
* fix(modules/nix): Don't keep failed build directoriesBenedikt Peetz39 hours
| | | | | | | This feature might be useful, but nix also keeps all transitive dependencies of the failed build. This means that if a big build fails (which might happen repeatably if I debug the build), then the temp directory might fill itself leading to a full system oom.
* docs(modules): Add FIXME/TODO commentsBenedikt Peetz39 hours
|
* refactor(treewide): Remove unneeded lambda arguments with deadnixBenedikt Peetz39 hours
| | | | | | | The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ```
* chore(modules/default.nix): Remove planned coImport function usageBenedikt Peetz40 hours
| | | | | Support for this has been removed upstream (and it is not really useful either way.)
* chore(module/legacy/conf/{firefox,timewarrior,taskwarrior}): Remove remnantsBenedikt Peetz43 hours
|
* fix(modules/lf/commands/thrash_*): Support paths with spaces in themBenedikt Peetz43 hours
| | | | Oherwise `./some thrash path` would not work.
* fix(modules/lf/commands/open): Explicitly use `handlr-regex` instead of ↵Benedikt Peetz43 hours
| | | | `xdg-open`
* refactor(treewide): neorg -> tskmBenedikt Peetz43 hours
|
* refactor(modules/timewarrior): Migrate to by-nameBenedikt Peetz44 hours
|
* feat(modules/tskm): Init moduleBenedikt Peetz44 hours
| | | | | This module does what was previously squashed into the firefox, taskwarrior and nvim modules.
* feat(modules/legacy/taskwarrior): Migrate to by-nameBenedikt Peetz44 hours
|
* refactor(modules/legacy/firefox): Move to by-nameBenedikt Peetz4 days
| | | | | This also improves the arkanfox-integration and the profile id generation.
* refactor(treewide): Remove `river_init_lesser`Benedikt Peetz4 days
| | | | This was moved in-tree a while ago.
* refactor(modules/legacy/wms): RemoveBenedikt Peetz4 days
| | | | This code has been dead since it was added.
* fix(modules/lf/commands): Also include a coreutils implementationBenedikt Peetz6 days
|
* fix(modules/lf/commands): Add needed dependencies of the helpers.shBenedikt Peetz6 days
|
* fix(modules/lf/commands): Avoid inheriting the path by defaultBenedikt Peetz6 days
| | | | | | All the commands should have their respective dependencies set. The ones that need external commands (i.e., `execute`) can opt into keeping their path set.
* fix(modules/lf/commands/dragon-*): Use new `dragon-drop` nameBenedikt Peetz6 days
| | | | The old name conflicted with KDE's dragon media player.
* fix(modules/{atuin,zsh}): Avoid atuin keymaps overriding mineBenedikt Peetz7 days
|
* revert: "fix(modules/legacy/mail/soispha): Use new mail-server"Benedikt Peetz7 days
| | | | This reverts commit 1f3909f13064e79e77283b2d27c9340b8a504c84.
* fix(modules/legacy/mail/soispha): Use new mail-serverBenedikt Peetz7 days
|
* fix(modules/legacy/conf/beets): Disable the xtractor pluginBenedikt Peetz8 days
| | | | | This plugin never worked (because of some issue with gaia), but now it also stopped to build.
* fix(modules/legacy/conf/neomutt): Upload changed imap boxes againBenedikt Peetz8 days
| | | | Otherwise, newly added Sent mail stays not-synced.
* build(treewide): UpdateBenedikt Peetz8 days
|
* fix(modules/legacy/conf/firefox/search): Use search engine ID instead of nameBenedikt Peetz8 days
| | | | The ID is newly supported and the name deprecated.
* fix(modules/nvim/plgs/telescope/extensions/bibtex): DisableBenedikt Peetz8 days
| | | | This is not used much, and I can wait until it is in nixpkgs.
* fix(modules/nvim/plgs/lf-nvim): Use the package from my nixpgks prBenedikt Peetz8 days
|
* fix(modules/xdg): Migrate to the merged xdg-desktop-terminal-filechooserBenedikt Peetz8 days
|
* refactor(pkgs/{yti,spodi,git-cleanup,nato,sort_song,virsh-del}): RemoveBenedikt Peetz8 days
| | | | I have not used one of these commands in the last 8 months.
* fix(modules/legacy/conf/mail/git-credential-helper): Exit cleanly if ↵Benedikt Peetz2025-03-10
| | | | passwordCommand fails
* build(treewide): UpdateBenedikt Peetz2025-03-03
|
* fix(modules/legacy/conf/mail): Actually add the password, when triggering ↵Benedikt Peetz2025-02-22
| | | | the git helper
* fix(modules/legacy/conf/firefox/config/prefs/override.js): Never show bookmarksBenedikt Peetz2025-02-22
| | | | There are no bookmarks to show.
* build(pkgs/yt): UpdateBenedikt Peetz2025-02-22
|
* build(treewide): UpdateBenedikt Peetz2025-02-22
|
* fix(modules/legacy/pkgs): Remove unneeded packagesBenedikt Peetz2025-02-04
| | | | I have not used most of them since at least a year.
* fix(hosts/{apzu,tiamata}): Use the correct neorg package in the mappingsBenedikt Peetz2025-02-04
| | | | | Otherwise, the `neorg dmenu` started by river would provide nothing to select.
* fix(modules/river): Mark the `init` file executableBenedikt Peetz2025-02-04
|
* refactor(flake/nixosModules/common.nix): Move to `modules/common`Benedikt Peetz2025-02-04
| | | | | This file is commonly edited, when a module is changed. As such moving it to the `modules` directory, is an obvious decision.
* fix(modules/legacy/mail): Add missing `helper` attribute keyBenedikt Peetz2025-02-03
|
* feat(modules/mpv): Migrate to `by-name` and add some scriptsBenedikt Peetz2025-02-03
|
* feat(modules/legacy/mail): Automatically set a git credential helperBenedikt Peetz2025-02-03
|
* docs(modules/legacy/mbsync): Improve documentation of set optionsBenedikt Peetz2025-02-03
|
* style(treewide): FormatBenedikt Peetz2025-02-03
|
* fix(modules/legacy/conf/firefox/{bookmarks,search}): Replace the manuals ↵Benedikt Peetz2025-02-03
| | | | | | | | 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.
* fix(modules/legacy/conf/firefox/bookmarks): Remove outdated onesBenedikt Peetz2025-02-03
| | | | I have not used them in ages.
* fix(pkgs/river-start): Create a wrapper script for river to store logsBenedikt Peetz2025-02-03
|
* fix(modules/lf/colors): Remove unused hidden home filesBenedikt Peetz2025-02-03
| | | | | All these files are no longer there, and if they start to crop up again, I would like to notice it.