about summary refs log tree commit diff stats
path: root/modules/by-name/li (unfollow)
Commit message (Collapse)Author
2 daysflake: Remove the `shell_library` input and its dependenciesBenedikt Peetz
All the remaining uses of the `sysLib` have been migrated to `pkgs.writeShellApplication`.
2 daysflake: Remove `ragenix` inputBenedikt Peetz
`ragenix` is packaged in `nixpkgs` and can be used from it.
2 daysbootstrap: RemoveBenedikt Peetz
These scripts can be useful for the future, but currently they are just tech-dept.
9 daysmodules/nvim/plgs/neorg: Remove the predefined workspacesBenedikt Peetz
I only use `tskm`'s workspace.
9 daysmodules/mpv: Remove the uosc pluginBenedikt Peetz
This is too much for me, I am quite fine with the default config.
9 daysmodules/impermanence: Remove the Element directoryBenedikt Peetz
I do not use the element desktop client.
9 daysmodules/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)
9 days.gitattributes: RemoveBenedikt Peetz
This file was unused since `git-crypt` was removed.
9 daysrevert: "fix(modules/legacy/conf/mail): Switch to stalwart-mail"Benedikt Peetz
This reverts commit cccdf0fc683ece66baaffd3bbdd268cded02bda1. Stalwart-mail does not yet work correctly.
13 daysmodules/atuin: Use the new sync serverBenedikt Peetz
13 dayspkgs/mpp: Avoid unbound variable errorBenedikt Peetz
14 daysmodule/backup: Provide administrative access to the storageboxBenedikt Peetz
14 dayspkgs/con2pdf: Correctly use `DEVICE_FUNCTION` as environment variableBenedikt Peetz
The `%` was still left from the `sysLib` -> `pkgs.writeShellApplication` migration.
14 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
14 daysmodules/nvim/plgs/luasnip: Remove useless `./lua` directoryBenedikt Peetz
14 daysmodules/nvim/plgs/luasnip/snippets: Simplify and add spdx-snippetsBenedikt Peetz
This simplifies the todo comment snippets and adds spdx-snippet snippets.
14 daysmodules/nvim/plgs/nvim-cmp: Remove commented out partial enableBenedikt Peetz
There seems to be no reason for me to want this.
14 daysmodules/nvim/plgs/luasnip: Provide key mappingsBenedikt Peetz
These make jumping through snippets possible
14 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.
14 daysmodules/nvim/options/completeopt: Move to `plgs/nvim-cmp`Benedikt Peetz
14 daysmodules/lf/commands/set_wallpaper: Add required `procps` dependencyBenedikt Peetz
14 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).
14 dayspkgs/mpp-lyrics: Use correct beets music directoryBenedikt Peetz
14 dayspkgs/git-edit-index: Avoid undefined variable errorBenedikt Peetz
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 storagebox