about summary refs log tree commit diff stats
path: root/flake/nixosConfigurations/common.nix (follow)
Commit message (Collapse)AuthorAge
* chore(hosts): Enable yambarBenedikt Peetz41 hours
|
* fix(modules/taskwarrior): Provide an enable optionBenedikt Peetz8 days
|
* refactor(legacy/conf/mpd): Move to a unified `mpd` by-name moduleBenedikt Peetz2024-11-17
|
* refactor(modules/legacy/conf/nvim): Move to `by-name`Benedikt Peetz2024-11-09
|
* fix(flake/nixosConfigurations/common): Actually enable the new `less` moduleBenedikt Peetz2024-11-02
|
* refactor(modules/git): Migrate and parameterizeBenedikt Peetz2024-10-24
|
* feat(modules/unison): Auto-ignore all symlinks made with `home.file`Benedikt Peetz2024-10-24
| | | | | | | This allows us to actually sync symlinks, as most of the unwanted ones are already ignored. And syncing the `.direnv` gc-roots is not that much of a problem, because these are re-generated when they point to a non-existent path.
* refactor(modules/unison): Migrate to `by-name` and parameterizeBenedikt Peetz2024-10-24
|
* refactor(modules/impermanence): Move all optional dirs to their modulesBenedikt Peetz2024-10-24
| | | | | This increases the locality of configurations and makes it easier to see, what happens, when you enable a module.
* feat(modules/atuin): InitBenedikt Peetz2024-10-18
|
* refactor(modules/secrets): Split into the modules, that need the secretsBenedikt Peetz2024-10-18
| | | | | Storing the secrets in the module that actually needs them, is a cleaner solution.
* refactor(modules/legacy/conf/lf): Move to new `by-name` dirBenedikt Peetz2024-10-18
| | | | | | | This makes it possible to mix and match between `NixOS` and `home-manager` options and thus allows merging the secret handling directly into this module. Furthermore, the `systemd` tempfiles handling was also merged into this module.
* refactor(modules/legacy/conf/zsh): Parameterize and move to new `by-name`Benedikt Peetz2024-10-18
|
* feat(hosts): Share common optionsBenedikt Peetz2024-10-18