about summary refs log tree commit diff stats
path: root/pkgs/by-name/ge/generate_moz_extension/package.nix (unfollow)
Commit message (Collapse)Author
62 min.fix(modules/lf/ctpv/prev): Add required dependencies to previewersBenedikt Peetz
81 min.refactor(modules/timewarrior): Update the time tracking hooksBenedikt Peetz
Both of them depended on the outdated `taskw` python package, that still used taskwarrior 2.6.
3 hoursfix(modules/taskwarrior): Completely move to taskwarrior3Benedikt Peetz
3 hoursrefactor(modules/lf/ctpv): Migrate the previewers to pkgs.writeShellApplicationBenedikt Peetz
3 hoursfeat(modules/lf/ctpv/application/x-pem-file): Include previewerBenedikt Peetz
3 hoursstyle(treewide): FormatBenedikt Peetz
4 hoursfix(treewide): Migrate to taskwarrior version 3Benedikt Peetz
4 hoursfix(pkgs/tskm): Specify dependenciesBenedikt Peetz
4 hoursfix(modules/tskm): Allocate Firefox profile id's consecutivelyBenedikt Peetz
Firefox apparently needs to have ID's staring from 0 and then counting up. This seems like an implementation detail leaking out, but … well it's Firefox.
4 hoursfix(modules/firefox): Sort the languages according to my preferenceBenedikt Peetz
5 hoursfix(modules/common): Correctly specify the `projects.json` fileBenedikt Peetz
5 hoursfix(modules/timewarrior): Use the correct attribute path for the taskwarrior ↵Benedikt Peetz
config
5 hoursrefactor(modules/legacy/pkgs): Remove rarely used packagesBenedikt Peetz
I can (and often already do) use them via `nix shell n#<pkgs>`, so having them always available seems unnecessary.
5 hoursfix(modules/nix): Don't keep failed build directoriesBenedikt Peetz
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.
6 hoursdocs(modules): Add FIXME/TODO commentsBenedikt Peetz
6 hoursrefactor(treewide): Remove unneeded lambda arguments with deadnixBenedikt Peetz
The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ```
6 hoursfeat(flake): Add `deadnix` to the dev shellBenedikt Peetz
6 hoursrefactor(hosts): Remove the unmaintained hostsBenedikt Peetz
6 hourschore(modules/default.nix): Remove planned coImport function usageBenedikt Peetz
Support for this has been removed upstream (and it is not really useful either way.)
6 hoursfix(pkgs/tskm): Add context to some errorsBenedikt Peetz
6 hoursfeat(pkgs/tskm): Support listing the open tabs in a projectBenedikt Peetz
9 hoursfix(pkgs/tskm): Remove typosBenedikt Peetz
9 hourschore(module/legacy/conf/{firefox,timewarrior,taskwarrior}): Remove remnantsBenedikt Peetz
9 hoursfix(modules/lf/commands/thrash_*): Support paths with spaces in themBenedikt Peetz
Oherwise `./some thrash path` would not work.
9 hoursfix(modules/lf/commands/open): Explicitly use `handlr-regex` instead of ↵Benedikt Peetz
`xdg-open`
9 hoursfix(hosts/apzu): Avoid making mouse clicks impossible in riverBenedikt Peetz
9 hoursrefactor(treewide): neorg -> tskmBenedikt Peetz
10 hoursrefactor(modules/timewarrior): Migrate to by-nameBenedikt Peetz
10 hoursfeat(modules/tskm): Init moduleBenedikt Peetz
This module does what was previously squashed into the firefox, taskwarrior and nvim modules.
10 hoursfeat(modules/legacy/taskwarrior): Migrate to by-nameBenedikt Peetz
10 hoursfeat(pkgs/neorg): Rewrite in rustBenedikt Peetz
This improves upon neorg by integrating it better into the system context.
2 daysrefactor(modules/legacy/firefox): Move to by-nameBenedikt Peetz
This also improves the arkanfox-integration and the profile id generation.
2 daysrefactor(treewide): Remove `river_init_lesser`Benedikt Peetz
This was moved in-tree a while ago.
2 daysrefactor(modules/legacy/wms): RemoveBenedikt Peetz
This code has been dead since it was added.
4 daysfix(modules/lf/commands): Also include a coreutils implementationBenedikt Peetz
4 daysfix(modules/lf/commands): Add needed dependencies of the helpers.shBenedikt Peetz
4 daysfix(modules/lf/commands): Avoid inheriting the path by defaultBenedikt Peetz
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.
4 daysfix(modules/lf/commands/dragon-*): Use new `dragon-drop` nameBenedikt Peetz
The old name conflicted with KDE's dragon media player.
5 daysfix(modules/{atuin,zsh}): Avoid atuin keymaps overriding mineBenedikt Peetz
5 daysrevert: "fix(modules/legacy/mail/soispha): Use new mail-server"Benedikt Peetz
This reverts commit 1f3909f13064e79e77283b2d27c9340b8a504c84.
5 daysfix(modules/legacy/mail/soispha): Use new mail-serverBenedikt Peetz
6 daysbuild(flake): UpdateBenedikt Peetz
6 daysfix(modules/legacy/conf/beets): Disable the xtractor pluginBenedikt Peetz
This plugin never worked (because of some issue with gaia), but now it also stopped to build.
6 daysfix(modules/legacy/conf/neomutt): Upload changed imap boxes againBenedikt Peetz
Otherwise, newly added Sent mail stays not-synced.
6 daysbuild(treewide): UpdateBenedikt Peetz
6 daysfix(modules/legacy/conf/firefox/search): Use search engine ID instead of nameBenedikt Peetz
The ID is newly supported and the name deprecated.
6 daysrefactor(pkgs/vimExtraPlugins): RemoveBenedikt Peetz
I want to use nixpgks' list.
6 daysfix(modules/nvim/plgs/telescope/extensions/bibtex): DisableBenedikt Peetz
This is not used much, and I can wait until it is in nixpkgs.
6 daysfix(modules/nvim/plgs/lf-nvim): Use the package from my nixpgks prBenedikt Peetz
6 daysfix(modules/xdg): Migrate to the merged xdg-desktop-terminal-filechooserBenedikt Peetz