about summary refs log tree commit diff stats
path: root/modules/by-name/cl (unfollow)
Commit message (Collapse)Author
34 hoursmodules/nixos-shell: InitBenedikt Peetz
A VM at your disposal. This is based on: https://github.com/Mic92/nixos-shell
2 dayspkgs/default.nix: Migrate to the package argumentsBenedikt Peetz
2 daysmodules/common: Active `nix-index` by default.Benedikt Peetz
2 daysflake: Avoid duplicated `systems` inputBenedikt Peetz
2 daysmodules/gpg: Move the `pinentryPackage` to `pinentry.package`Benedikt Peetz
2 daysmodules/age: Correctly spell `age`Benedikt Peetz
2 dayspkgs/{fupdate,river-mk-keymap,tskm,yambar-modules}: Use the same update.shBenedikt Peetz
This `update.sh` script allows for conditional `upgrades` and its presence ensures that `nix flake update` is also ran.
2 daystreewide: UpdateBenedikt Peetz
2 daysmodules/legacy/mako: Migrate to `by-name`Benedikt Peetz
2 dayspkgs/fupdate-flake: Actually pass arguments to the update scriptBenedikt Peetz
2 daysmodules/tskm: Switch to new project pathBenedikt Peetz
2 daysmodules/{atuin,taskwarrior}: Make enabling age configurableBenedikt Peetz
A VM/test without age keys still needs to be able to use this modules.
2 daysmodules/common: Don't always persist `/var/{lib/nixos,log}`Benedikt Peetz
Both of these make building a VM hard.
2 daysmodules/age: InitBenedikt Peetz
2 dayspkgs/stamp: Add `coreutils` dependencyBenedikt Peetz
This is needed for the `cat` in `help`.
2 daysmodules/legacy/nix-index: Migrate to by-nameBenedikt Peetz
2 dayshosts: Move to a `by-name` schemaBenedikt Peetz
2 daysmodules: Import external modules in the module that actually need themBenedikt Peetz
2 daysflake: Pack arguments in attribute setsBenedikt Peetz
This avoids having to change 3+ files, if you need to add a new argument.
2 daysflake: Rename `nixVim` input to `nixvim`Benedikt Peetz
This keeps our naming in line with upstream.
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.
10 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
2025-05-04pkgs/con2pdf: Correctly use `DEVICE_FUNCTION` as environment variableBenedikt Peetz
The `%` was still left from the `sysLib` -> `pkgs.writeShellApplication` migration.
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-04pkgs/mpp-lyrics: Use correct beets music directoryBenedikt Peetz
2025-05-04pkgs/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