Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | chore(hosts): Enable yambar | Benedikt Peetz | 41 hours |
| | |||
* | fix(modules/taskwarrior): Provide an enable option | Benedikt Peetz | 8 days |
| | |||
* | refactor(legacy/conf/mpd): Move to a unified `mpd` by-name module | Benedikt Peetz | 2024-11-17 |
| | |||
* | refactor(modules/legacy/conf/nvim): Move to `by-name` | Benedikt Peetz | 2024-11-09 |
| | |||
* | fix(flake/nixosConfigurations/common): Actually enable the new `less` module | Benedikt Peetz | 2024-11-02 |
| | |||
* | refactor(modules/git): Migrate and parameterize | Benedikt Peetz | 2024-10-24 |
| | |||
* | feat(modules/unison): Auto-ignore all symlinks made with `home.file` | Benedikt Peetz | 2024-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 parameterize | Benedikt Peetz | 2024-10-24 |
| | |||
* | refactor(modules/impermanence): Move all optional dirs to their modules | Benedikt Peetz | 2024-10-24 |
| | | | | | This increases the locality of configurations and makes it easier to see, what happens, when you enable a module. | ||
* | feat(modules/atuin): Init | Benedikt Peetz | 2024-10-18 |
| | |||
* | refactor(modules/secrets): Split into the modules, that need the secrets | Benedikt Peetz | 2024-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` dir | Benedikt Peetz | 2024-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 Peetz | 2024-10-18 |
| | |||
* | feat(hosts): Share common options | Benedikt Peetz | 2024-10-18 |