about summary refs log tree commit diff stats
path: root/modules/by-name/se/secrets/taskserver/credentials (unfollow)
Commit message (Collapse)Author
3 hoursmodules/common: Switch from `yambar` to `i3bar-river`Benedikt Peetz
Currently, the config is not yet adapted for my laptop, which is why the old yambar module is still left in-tree.
3 hoursmodules/{i3bar-river,i3status-rust}: InitBenedikt Peetz
3 hourspkgs/{i3bar-river,i3status-rust}: InitBenedikt Peetz
3 hourshosts/{apzu,tiamat}: Use wrapped `mpp`Benedikt Peetz
3 hoursmodules/nix: Switch to the latest `lix` versionBenedikt Peetz
3 hourspkgs/mpp: Keep meta attributes like `mainProgram`Benedikt Peetz
3 daysmodules/common/nixos_shell_config: Remove undefined `soispha.hardware` optsBenedikt Peetz
3 daysmodules/nix-index/command_not_found_handler: Remove reference to shell_libraryBenedikt Peetz
`ptmp` was previously (impurely) injected into this code, but is now no longer available.
3 daysmodules/common: Activate `soispha.hardware` by defaultBenedikt Peetz
3 daysmodules/starship: Mark shells that are started in a nixos-shell VMBenedikt Peetz
3 daysmodules/nixos-shell: InitBenedikt Peetz
A VM at your disposal. This is based on: https://github.com/Mic92/nixos-shell
4 dayspkgs/default.nix: Migrate to the package argumentsBenedikt Peetz
4 daysmodules/common: Active `nix-index` by default.Benedikt Peetz
4 daysflake: Avoid duplicated `systems` inputBenedikt Peetz
4 daysmodules/gpg: Move the `pinentryPackage` to `pinentry.package`Benedikt Peetz
4 daysmodules/age: Correctly spell `age`Benedikt Peetz
4 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.
4 daystreewide: UpdateBenedikt Peetz
4 daysmodules/legacy/mako: Migrate to `by-name`Benedikt Peetz
4 dayspkgs/fupdate-flake: Actually pass arguments to the update scriptBenedikt Peetz
4 daysmodules/tskm: Switch to new project pathBenedikt Peetz
4 daysmodules/{atuin,taskwarrior}: Make enabling age configurableBenedikt Peetz
A VM/test without age keys still needs to be able to use this modules.
4 daysmodules/common: Don't always persist `/var/{lib/nixos,log}`Benedikt Peetz
Both of these make building a VM hard.
4 daysmodules/age: InitBenedikt Peetz
4 dayspkgs/stamp: Add `coreutils` dependencyBenedikt Peetz
This is needed for the `cat` in `help`.
4 daysmodules/legacy/nix-index: Migrate to by-nameBenedikt Peetz
4 dayshosts: Move to a `by-name` schemaBenedikt Peetz
4 daysmodules: Import external modules in the module that actually need themBenedikt Peetz
4 daysflake: Pack arguments in attribute setsBenedikt Peetz
This avoids having to change 3+ files, if you need to add a new argument.
4 daysflake: Rename `nixVim` input to `nixvim`Benedikt Peetz
This keeps our naming in line with upstream.
4 daysflake: Remove the `shell_library` input and its dependenciesBenedikt Peetz
All the remaining uses of the `sysLib` have been migrated to `pkgs.writeShellApplication`.
4 daysflake: Remove `ragenix` inputBenedikt Peetz
`ragenix` is packaged in `nixpkgs` and can be used from it.
4 daysbootstrap: RemoveBenedikt Peetz
These scripts can be useful for the future, but currently they are just tech-dept.
11 daysmodules/nvim/plgs/neorg: Remove the predefined workspacesBenedikt Peetz
I only use `tskm`'s workspace.
11 daysmodules/mpv: Remove the uosc pluginBenedikt Peetz
This is too much for me, I am quite fine with the default config.
11 daysmodules/impermanence: Remove the Element directoryBenedikt Peetz
I do not use the element desktop client.
11 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)
12 days.gitattributes: RemoveBenedikt Peetz
This file was unused since `git-crypt` was removed.
12 daysrevert: "fix(modules/legacy/conf/mail): Switch to stalwart-mail"Benedikt Peetz
This reverts commit cccdf0fc683ece66baaffd3bbdd268cded02bda1. Stalwart-mail does not yet work correctly.
2025-05-05modules/atuin: Use the new sync serverBenedikt Peetz
2025-05-05pkgs/mpp: Avoid unbound variable errorBenedikt Peetz
2025-05-05module/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