about summary refs log tree commit diff stats
path: root/modules/common/projects.json.license (unfollow)
Commit message (Collapse)Author
11 hoursmodules/mpv: Remove the uosc pluginBenedikt Peetz
This is too much for me, I am quite fine with the default config.
11 hoursmodules/impermanence: Remove the Element directoryBenedikt Peetz
I do not use the element desktop client.
11 hoursmodules/common: Don't sync the maildirBenedikt Peetz
This directory is already sychronized via mbsync/isync and syncing it leads to an undefined state (e.g., duplicated ids and thus duplicated emails)
11 hours.gitattributes: RemoveBenedikt Peetz
This file was unused since `git-crypt` was removed.
12 hoursrevert: "fix(modules/legacy/conf/mail): Switch to stalwart-mail"Benedikt Peetz
This reverts commit cccdf0fc683ece66baaffd3bbdd268cded02bda1. Stalwart-mail does not yet work correctly.
4 daysmodules/atuin: Use the new sync serverBenedikt Peetz
4 dayspkgs/mpp: Avoid unbound variable errorBenedikt Peetz
5 daysmodule/backup: Provide administrative access to the storageboxBenedikt Peetz
5 dayspkgs/con2pdf: Correctly use `DEVICE_FUNCTION` as environment variableBenedikt Peetz
The `%` was still left from the `sysLib` -> `pkgs.writeShellApplication` migration.
5 daysmodules/backup: Make backup preparing a separate serviceBenedikt Peetz
This change also removes the auto mount stuff from the local backup. This is just not really useful for an on-demand backup
5 daysmodules/nvim/plgs/luasnip: Remove useless `./lua` directoryBenedikt Peetz
5 daysmodules/nvim/plgs/luasnip/snippets: Simplify and add spdx-snippetsBenedikt Peetz
This simplifies the todo comment snippets and adds spdx-snippet snippets.
5 daysmodules/nvim/plgs/nvim-cmp: Remove commented out partial enableBenedikt Peetz
There seems to be no reason for me to want this.
5 daysmodules/nvim/plgs/luasnip: Provide key mappingsBenedikt Peetz
These make jumping through snippets possible
5 daysmodules/nvim/plgs/nvim-cmp: Unify key mappings by moving to the global moduleBenedikt Peetz
This makes it possible, to use the `options.desc` field to add a which-key description. I also used this chance to unify the `cmp` related key mappings in one file.
5 daysmodules/nvim/options/completeopt: Move to `plgs/nvim-cmp`Benedikt Peetz
5 daysmodules/lf/commands/set_wallpaper: Add required `procps` dependencyBenedikt Peetz
5 daysmodules/lf/commands/set_wallpaper: Use `pkill` instead of pgrep and killBenedikt Peetz
This will actually work if multiple `swaybg` instances are running (the previous code would have simply failed).
5 dayspkgs/mpp-lyrics: Use correct beets music directoryBenedikt Peetz
5 dayspkgs/git-edit-index: Avoid undefined variable errorBenedikt Peetz
7 daysmodules/nvim/plgs/luasnip/lua/snippets: Use better code styleBenedikt Peetz
This includes using the actual names of luasnip functions instead of these single char globals. This also includes basic formatting and occasional linebreaks.
7 daysmodules/nvim/plgs/luasnip/lua/snippets/html: RemoveBenedikt Peetz
These snippets were never used.
7 daysmodules/nvim/plgs/luasnip: Move config to nixBenedikt Peetz
8 daysmodules/backup: Provide support for a local repositoryBenedikt Peetz
8 dayscommon: Activate the ssh module by-defaultBenedikt Peetz
8 daysmodules/backup: Increase restic verbosityBenedikt Peetz
8 daysmodules/backup: Use ssh module to store the hostkey of the storageboxBenedikt Peetz
8 daysmodules/users: Add hm config and root userBenedikt Peetz
8 daysmodules/legacy/ssh: Migrate to by-nameBenedikt Peetz
9 daysmodules/backup: Adjust `backupPrepareCommand` for my fs layoutBenedikt Peetz
9 dayspkgs/snap-sync-forked: DropBenedikt Peetz
This was only needed by the backup module. Should I require support for on-premise backups, setting up a local restic repo would be easier.
9 daysmodules/backup: Port to storageboxBenedikt Peetz
11 daysmodules/lf/commands/trash_*: Add required `gnused` dependencyBenedikt Peetz
12 daysmodules/common/unison: Ignore `~/.local/share/{Steam,atuin}`Benedikt Peetz
12 daysmodules/taskwarrior: Enable synchronization againBenedikt Peetz
12 daysmodules/less: Don't confuse less with the copyright comments in the config fileBenedikt Peetz
reuse treats the `.less` extensions as a format that can be commented. But that is a misconception and `less` does not actually understand these comments.
12 days