about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* modules/common/nixos_shell_config: Remove undefined `soispha.hardware` opts primeBenedikt Peetz18 hours
|
* modules/nix-index/command_not_found_handler: Remove reference to shell_libraryBenedikt Peetz18 hours
| | | | | `ptmp` was previously (impurely) injected into this code, but is now no longer available.
* modules/common: Activate `soispha.hardware` by defaultBenedikt Peetz18 hours
|
* modules/starship: Mark shells that are started in a nixos-shell VMBenedikt Peetz18 hours
|
* modules/nixos-shell: InitBenedikt Peetz18 hours
| | | | | | A VM at your disposal. This is based on: https://github.com/Mic92/nixos-shell
* pkgs/default.nix: Migrate to the package argumentsBenedikt Peetz35 hours
|
* modules/common: Active `nix-index` by default.Benedikt Peetz35 hours
|
* flake: Avoid duplicated `systems` inputBenedikt Peetz35 hours
|
* modules/gpg: Move the `pinentryPackage` to `pinentry.package`Benedikt Peetz35 hours
|
* modules/age: Correctly spell `age`Benedikt Peetz35 hours
|
* pkgs/{fupdate,river-mk-keymap,tskm,yambar-modules}: Use the same update.shBenedikt Peetz35 hours
| | | | | This `update.sh` script allows for conditional `upgrades` and its presence ensures that `nix flake update` is also ran.
* treewide: UpdateBenedikt Peetz35 hours
|
* modules/legacy/mako: Migrate to `by-name`Benedikt Peetz35 hours
|
* pkgs/fupdate-flake: Actually pass arguments to the update scriptBenedikt Peetz37 hours
|
* modules/tskm: Switch to new project pathBenedikt Peetz37 hours
|
* modules/{atuin,taskwarrior}: Make enabling age configurableBenedikt Peetz37 hours
| | | | A VM/test without age keys still needs to be able to use this modules.
* modules/common: Don't always persist `/var/{lib/nixos,log}`Benedikt Peetz38 hours
| | | | Both of these make building a VM hard.
* modules/age: InitBenedikt Peetz38 hours
|
* pkgs/stamp: Add `coreutils` dependencyBenedikt Peetz39 hours
| | | | This is needed for the `cat` in `help`.
* modules/legacy/nix-index: Migrate to by-nameBenedikt Peetz39 hours
|
* hosts: Move to a `by-name` schemaBenedikt Peetz39 hours
|
* modules: Import external modules in the module that actually need themBenedikt Peetz39 hours
|
* flake: Pack arguments in attribute setsBenedikt Peetz39 hours
| | | | | This avoids having to change 3+ files, if you need to add a new argument.
* flake: Rename `nixVim` input to `nixvim`Benedikt Peetz39 hours
| | | | This keeps our naming in line with upstream.
* flake: Remove the `shell_library` input and its dependenciesBenedikt Peetz39 hours
| | | | | All the remaining uses of the `sysLib` have been migrated to `pkgs.writeShellApplication`.
* flake: Remove `ragenix` inputBenedikt Peetz39 hours
| | | | `ragenix` is packaged in `nixpkgs` and can be used from it.
* bootstrap: RemoveBenedikt Peetz39 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 Peetz13 days
| | | | | The `%` was still left from the `sysLib` -> `pkgs.writeShellApplication` migration.
* modules/backup: Make backup preparing a separate serviceBenedikt Peetz13 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 Peetz13 days
|
* modules/nvim/plgs/luasnip/snippets: Simplify and add spdx-snippetsBenedikt Peetz13 days
| | | | | This simplifies the todo comment snippets and adds spdx-snippet snippets.
* modules/nvim/plgs/nvim-cmp: Remove commented out partial enableBenedikt Peetz13 days
| | | | There seems to be no reason for me to want this.
* modules/nvim/plgs/luasnip: Provide key mappingsBenedikt Peetz13 days
| | | | These make jumping through snippets possible
* modules/nvim/plgs/nvim-cmp: Unify key mappings by moving to the global moduleBenedikt Peetz13 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 Peetz13 days
|
* modules/lf/commands/set_wallpaper: Add required `procps` dependencyBenedikt Peetz13 days
|
* modules/lf/commands/set_wallpaper: Use `pkill` instead of pgrep and killBenedikt Peetz13 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 Peetz13 days
|
* pkgs/git-edit-index: Avoid undefined variable errorBenedikt Peetz13 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.