about summary refs log tree commit diff stats
path: root/bootstrap/default.nix (unfollow)
Commit message (Collapse)Author
26 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)
26 hours.gitattributes: RemoveBenedikt Peetz
This file was unused since `git-crypt` was removed.
26 hoursrevert: "fix(modules/legacy/conf/mail): Switch to stalwart-mail"Benedikt Peetz
This reverts commit cccdf0fc683ece66baaffd3bbdd268cded02bda1. Stalwart-mail does not yet work correctly.
5 daysmodules/atuin: Use the new sync serverBenedikt Peetz
5 dayspkgs/mpp: Avoid unbound variable errorBenedikt Peetz
5 daysmodule/backup: Provide administrative access to the storageboxBenedikt Peetz
6 dayspkgs/con2pdf: Correctly use `DEVICE_FUNCTION` as environment variableBenedikt Peetz
The `%` was still left from the `sysLib` -> `pkgs.writeShellApplication` migration.
6 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
6 daysmodules/nvim/plgs/luasnip: Remove useless `./lua` directoryBenedikt Peetz
6 daysmodules/nvim/plgs/luasnip/snippets: Simplify and add spdx-snippetsBenedikt Peetz
This simplifies the todo comment snippets and adds spdx-snippet snippets.
6 daysmodules/nvim/plgs/nvim-cmp: Remove commented out partial enableBenedikt Peetz
There seems to be no reason for me to want this.
6 daysmodules/nvim/plgs/luasnip: Provide key mappingsBenedikt Peetz
These make jumping through snippets possible
6 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.
6 daysmodules/nvim/options/completeopt: Move to `plgs/nvim-cmp`Benedikt Peetz
6 daysmodules/lf/commands/set_wallpaper: Add required `procps` dependencyBenedikt Peetz
6 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).
6 dayspkgs/mpp-lyrics: Use correct beets music directoryBenedikt Peetz
6 dayspkgs/git-edit-index: Avoid undefined variable errorBenedikt Peetz
8 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.
8 daysmodules/nvim/plgs/luasnip/lua/snippets/html: RemoveBenedikt Peetz
These snippets were never used.
8 daysmodules/nvim/plgs/luasnip: Move config to nixBenedikt Peetz
9 daysmodules/backup: Provide support for a local repositoryBenedikt Peetz
9 dayscommon: Activate the ssh module by-defaultBenedikt Peetz
9 daysmodules/backup: Increase restic verbosityBenedikt Peetz
9 daysmodules/backup: Use ssh module to store the hostkey of the storageboxBenedikt Peetz
9 daysmodules/users: Add hm config and root userBenedikt Peetz
9 daysmodules/legacy/ssh: Migrate to by-nameBenedikt Peetz