aboutsummaryrefslogtreecommitdiffstats
path: root/modules (unfollow)
Commit message (Collapse)Author
2025-05-09revert: "fix(modules/legacy/conf/mail): Switch to stalwart-mail"Benedikt Peetz
This reverts commit cccdf0fc683ece66baaffd3bbdd268cded02bda1. Stalwart-mail does not yet work correctly.
2025-05-05modules/atuin: Use the new sync serverBenedikt Peetz
2025-05-05module/backup: Provide administrative access to the storageboxBenedikt Peetz
2025-05-04modules/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
2025-05-04modules/nvim/plgs/luasnip: Remove useless `./lua` directoryBenedikt Peetz
2025-05-04modules/nvim/plgs/luasnip/snippets: Simplify and add spdx-snippetsBenedikt Peetz
This simplifies the todo comment snippets and adds spdx-snippet snippets.
2025-05-04modules/nvim/plgs/nvim-cmp: Remove commented out partial enableBenedikt Peetz
There seems to be no reason for me to want this.
2025-05-04modules/nvim/plgs/luasnip: Provide key mappingsBenedikt Peetz
These make jumping through snippets possible
2025-05-04modules/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.
2025-05-04modules/nvim/options/completeopt: Move to `plgs/nvim-cmp`Benedikt Peetz
2025-05-04modules/lf/commands/set_wallpaper: Add required `procps` dependencyBenedikt Peetz
2025-05-04modules/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).
2025-05-02modules/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.
2025-05-02modules/nvim/plgs/luasnip/lua/snippets/html: RemoveBenedikt Peetz
These snippets were never used.
2025-05-02modules/nvim/plgs/luasnip: Move config to nixBenedikt Peetz
2025-05-01modules/backup: Provide support for a local repositoryBenedikt Peetz
2025-05-01common: Activate the ssh module by-defaultBenedikt Peetz
2025-05-01modules/backup: Increase restic verbosityBenedikt Peetz
2025-05-01modules/backup: Use ssh module to store the hostkey of the storageboxBenedikt Peetz
2025-05-01modules/users: Add hm config and root userBenedikt Peetz
2025-05-01modules/legacy/ssh: Migrate to by-nameBenedikt Peetz
2025-04-30modules/backup: Adjust `backupPrepareCommand` for my fs layoutBenedikt Peetz
2025-04-30pkgs/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.
2025-04-30modules/backup: Port to storageboxBenedikt Peetz
2025-04-28modules/lf/commands/trash_*: Add required `gnused` dependencyBenedikt Peetz
2025-04-28modules/common/unison: Ignore `~/.local/share/{Steam,atuin}`Benedikt Peetz
2025-04-28modules/taskwarrior: Enable synchronization againBenedikt Peetz
2025-04-27modules/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.
2025-04-27treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz
This change also ensures that this repo is reuse-3.0 compliant.
2025-04-25modules/steam: Correctly allow the unfree dependencyBenedikt Peetz
2025-04-25modules/nvim/plgs/treesitter: Migrate to new nixvim dependency managementBenedikt Peetz
2025-04-25modules/zsh: Migrate away from deprecated `initExtra{,First}`Benedikt Peetz
2025-04-25hosts/tiamat: Enable steam for all hostsBenedikt Peetz
Otherwise, unison-sync might complain regarding unmatched data files.
2025-04-25modules/legacy/gpg: Migrate to by-nameBenedikt Peetz
2025-04-25{modules/steam,hosts/tiamat}: Activate againBenedikt Peetz
2025-04-14modules/zsh: Set alias to {ll,lm} to their full pathBenedikt Peetz
Both of these scripts are useless in $PATH and thus can be removed from it.
2025-04-14modules/legacy/pkgs: Add fupdate-{flake,sys}Benedikt Peetz
2025-04-14modules/mpd/mpc: Avoid using outdated configure argument for mpp-lyricsBenedikt Peetz
2025-04-14modules/xdg/url-handler: Correctly put a newline between nvim and zathuraBenedikt Peetz
2025-04-14modules/lf/commands/open: RemoveBenedikt Peetz
The problem with `xdg-open` has been fixed.
2025-04-11modules/lf: Always ensure that the `shell` is presentBenedikt Peetz
Otherwise, in path reduced circumstances, `sh` might not be in PATH.
2025-04-10modules/xdg/xdpt: Use correct config file locationBenedikt Peetz
2025-04-09modules/nvim/plgs/harpoon: Update commands in keymaps to harpoon2Benedikt Peetz
2025-04-09modules/nvim/plgs/lf-nvim: Switch to the upstream lf.nvim packageBenedikt Peetz
2025-04-09modules/nvim/plgs/harpoon: Update to harpoon2Benedikt Peetz
2025-04-09modules/xdg/scripts/url-handler.sh: FormatBenedikt Peetz
2025-04-08feat(modules/water-remainder): InitBenedikt Peetz
2025-04-08fix(modules/xdg/url-handler.sh): Use correct tskm invocationBenedikt Peetz
2025-04-08fix(modules/taskwarrior): Record the news versionBenedikt Peetz
2025-04-07fix(modules/lf/ctpv/prev): Avoid unset variable errorBenedikt Peetz