about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* modules/legacy/nix-index: Migrate to by-nameBenedikt Peetz46 hours
|
* hosts: Move to a `by-name` schemaBenedikt Peetz46 hours
|
* modules: Import external modules in the module that actually need themBenedikt Peetz46 hours
|
* flake: Pack arguments in attribute setsBenedikt Peetz46 hours
| | | | | This avoids having to change 3+ files, if you need to add a new argument.
* flake: Rename `nixVim` input to `nixvim`Benedikt Peetz46 hours
| | | | This keeps our naming in line with upstream.
* flake: Remove the `shell_library` input and its dependenciesBenedikt Peetz46 hours
| | | | | All the remaining uses of the `sysLib` have been migrated to `pkgs.writeShellApplication`.
* flake: Remove `ragenix` inputBenedikt Peetz46 hours
| | | | `ragenix` is packaged in `nixpkgs` and can be used from it.
* bootstrap: RemoveBenedikt Peetz46 hours
| | | | | These scripts can be useful for the future, but currently they are just tech-dept.
* modules/nvim/plgs/neorg: Remove the predefined workspacesBenedikt Peetz9 days
| | | | I only use `tskm`'s workspace.
* modules/mpv: Remove the uosc pluginBenedikt Peetz9 days
| | | | This is too much for me, I am quite fine with the default config.
* modules/impermanence: Remove the Element directoryBenedikt Peetz9 days
| | | | I do not use the element desktop client.
* modules/common: Don't sync the maildirBenedikt Peetz9 days
| | | | | | This directory is already sychronized via mbsync/isync and syncing it leads to an undefined state (e.g., duplicated ids and thus duplicated emails)
* .gitattributes: RemoveBenedikt Peetz9 days
| | | | This file was unused since `git-crypt` was removed.
* revert: "fix(modules/legacy/conf/mail): Switch to stalwart-mail"Benedikt Peetz9 days
| | | | | | This reverts commit cccdf0fc683ece66baaffd3bbdd268cded02bda1. Stalwart-mail does not yet work correctly.
* modules/atuin: Use the new sync serverBenedikt Peetz13 days
|
* pkgs/mpp: Avoid unbound variable errorBenedikt Peetz13 days
|
* module/backup: Provide administrative access to the storageboxBenedikt Peetz13 days
|
* pkgs/con2pdf: Correctly use `DEVICE_FUNCTION` as environment variableBenedikt Peetz14 days
| | | | | The `%` was still left from the `sysLib` -> `pkgs.writeShellApplication` migration.
* modules/backup: Make backup preparing a separate serviceBenedikt Peetz14 days
| | | | | This change also removes the auto mount stuff from the local backup. This is just not really useful for an on-demand backup
* modules/nvim/plgs/luasnip: Remove useless `./lua` directoryBenedikt Peetz14 days
|
* modules/nvim/plgs/luasnip/snippets: Simplify and add spdx-snippetsBenedikt Peetz14 days
| | | | | This simplifies the todo comment snippets and adds spdx-snippet snippets.
* modules/nvim/plgs/nvim-cmp: Remove commented out partial enableBenedikt Peetz14 days
| | | | There seems to be no reason for me to want this.
* modules/nvim/plgs/luasnip: Provide key mappingsBenedikt Peetz14 days
| | | | These make jumping through snippets possible
* modules/nvim/plgs/nvim-cmp: Unify key mappings by moving to the global moduleBenedikt Peetz14 days
| | | | | | | | 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.
* modules/nvim/options/completeopt: Move to `plgs/nvim-cmp`Benedikt Peetz14 days
|
* modules/lf/commands/set_wallpaper: Add required `procps` dependencyBenedikt Peetz14 days
|
* modules/lf/commands/set_wallpaper: Use `pkill` instead of pgrep and killBenedikt Peetz14 days
| | | | | This will actually work if multiple `swaybg` instances are running (the previous code would have simply failed).
* pkgs/mpp-lyrics: Use correct beets music directoryBenedikt Peetz14 days
|
* pkgs/git-edit-index: Avoid undefined variable errorBenedikt Peetz14 days
|
* modules/nvim/plgs/luasnip/lua/snippets: Use better code styleBenedikt Peetz2025-05-02
| | | | | | | This includes using the actual names of luasnip functions instead of these single char globals. This also includes basic formatting and occasional linebreaks.
* modules/nvim/plgs/luasnip/lua/snippets/html: RemoveBenedikt Peetz2025-05-02
| | | | These snippets were never used.
* modules/nvim/plgs/luasnip: Move config to nixBenedikt Peetz2025-05-02
|
* modules/backup: Provide support for a local repositoryBenedikt Peetz2025-05-01
|
* common: Activate the ssh module by-defaultBenedikt Peetz2025-05-01
|
* modules/backup: Increase restic verbosityBenedikt Peetz2025-05-01
|
* modules/backup: Use ssh module to store the hostkey of the storageboxBenedikt Peetz2025-05-01
|
* modules/users: Add hm config and root userBenedikt Peetz2025-05-01
|
* modules/legacy/ssh: Migrate to by-nameBenedikt Peetz2025-05-01
|
* modules/backup: Adjust `backupPrepareCommand` for my fs layoutBenedikt Peetz2025-04-30
|
* pkgs/snap-sync-forked: DropBenedikt Peetz2025-04-30
| | | | | | | 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.
* modules/backup: Port to storageboxBenedikt Peetz2025-04-30
|
* modules/lf/commands/trash_*: Add required `gnused` dependencyBenedikt Peetz2025-04-28
|
* modules/common/unison: Ignore `~/.local/share/{Steam,atuin}`Benedikt Peetz2025-04-28
|
* modules/taskwarrior: Enable synchronization againBenedikt Peetz2025-04-28
|
* modules/less: Don't confuse less with the copyright comments in the config fileBenedikt Peetz2025-04-27
| | | | | | 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.
* pkgs/lf-make-map: Correctly insert a child after a tiebreakBenedikt Peetz2025-04-27
|
* pkgs/lf-make-map/tests: Add a test for child insertionBenedikt Peetz2025-04-27
|
* pkgs/lf-make-map/tests: Make tests modularBenedikt Peetz2025-04-27
|
* pkgs/lf-make-map: Add copyright headersBenedikt Peetz2025-04-27
|
* pkgs/lf-make-map: Add a basic regression testBenedikt Peetz2025-04-27
|