| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2025-02-04 | refactor(flake/nixosModules/common.nix): Move to `modules/common` | Benedikt Peetz | |
| This file is commonly edited, when a module is changed. As such moving it to the `modules` directory, is an obvious decision. | |||
| 2025-02-03 | feat(modules/mpv): Migrate to `by-name` and add some scripts | Benedikt Peetz | |
| 2025-02-02 | refactor(modules/river): Migrate to `by-name` | Benedikt Peetz | |
| This includes a near rewrite `river-mk-keymap` (previously, `river_init_lesser`.) | |||
| 2025-02-02 | refactor(modules/swaylock): Migrate to by-name | Benedikt Peetz | |
| 2025-01-30 | fix(modules/impermanence): Only persist `~/.mozilla/firefox` | Benedikt Peetz | |
| The other directories don't contain anything worthy to be persisted. Besides, persisting `~/.mozilla/native-messaging-hosts` results in tridactly changing the symlink to it's native messaging host. | |||
| 2025-01-30 | fix(modules/direnv): Migrate to `by-name` | Benedikt Peetz | |
| 2024-12-30 | feat(modules/legacy/river): Add mapping to start `qmk-unicode-type` | Benedikt Peetz | |
| That program communicates with my keyboard and sets a Unicode character. | |||
| 2024-12-14 | fix(flake/nixosConfigurations/common): Disable ollama by default | Benedikt Peetz | |
| My machines are not good enough to actually run relevant modules. | |||
| 2024-12-14 | feat(modules/yt): Migrate to by-name and add new `description` msgs | Benedikt Peetz | |
| 2024-12-07 | feat(modules/ollama): Init | Benedikt Peetz | |
| 2024-11-29 | chore(hosts): Enable yambar | Benedikt Peetz | |
| 2024-11-23 | fix(modules/taskwarrior): Provide an enable option | Benedikt Peetz | |
| 2024-11-17 | refactor(legacy/conf/mpd): Move to a unified `mpd` by-name module | Benedikt Peetz | |
| 2024-11-09 | refactor(modules/legacy/conf/nvim): Move to `by-name` | Benedikt Peetz | |
| 2024-11-02 | fix(flake/nixosConfigurations/common): Actually enable the new `less` module | Benedikt Peetz | |
| 2024-10-24 | refactor(modules/git): Migrate and parameterize | Benedikt Peetz | |
| 2024-10-24 | feat(modules/unison): Auto-ignore all symlinks made with `home.file` | Benedikt Peetz | |
| 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. | |||
| 2024-10-24 | 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 | |
| This increases the locality of configurations and makes it easier to see, what happens, when you enable a module. | |||
| 2024-10-18 | feat(modules/atuin): Init | Benedikt Peetz | |
| 2024-10-18 | refactor(modules/secrets): Split into the modules, that need the secrets | Benedikt Peetz | |
| Storing the secrets in the module that actually needs them, is a cleaner solution. | |||
| 2024-10-18 | refactor(modules/legacy/conf/lf): Move to new `by-name` dir | Benedikt Peetz | |
| 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. | |||
| 2024-10-18 | 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-13 | fix(hosts/tiamat): Set new backup disk uuid | Benedikt Peetz | |
| 2024-10-11 | feat(services/diffSystem): Init | Benedikt Peetz | |
| 2024-07-05 | refactor(hosts): Also move bluetooth and graphics to separate modules | Benedikt Peetz | |
| 2024-05-24 | fix(hosts/tiamat): Also use new services modules | Benedikt Peetz | |
| 2024-05-23 | refactor(hosts/tiamat): Adapt to the new modules for system | Benedikt Peetz | |
| 2024-01-14 | feat(hosts): Disable Steam | Soispha | |
| This is mostly done because of convenience: Synchronizing the full steam files is just cumbersome. | |||
| 2023-09-17 | fix(hosts/tiamat): Enable adb bridge for soispha | Soispha | |
| 2023-08-26 | Refactor(treewide): Abbreviate path names | Soispha | |
| 2023-07-29 | Fix(hosts/isimud): Import the whole system configuration | Soispha | |
| 2023-07-10 | Style(treewide): Switch to editorconfig | Soispha | |
| 2023-05-09 | Feat(system/locale): Modularize keyMap setting | Soispha | |
| 2023-05-09 | Fix(hosts): Rename configuration.nix to default.nix | Soispha | |
| 2023-05-09 | Feat(host/apzu): Add | Soispha | |
| 2023-03-17 | Fix(system): Move services to system | ene | |
| 2023-02-20 | Feat(flake): Reorder hosts | ene | |
| 2023-02-11 | Fix: Rename host for clarity and import home-manager | ene | |
| 2023-02-05 | Feat: Switch to Default.nix files | ene | |
| This make the imported path somewhat shorter. | |||
| 2023-02-04 | Feat: New host | ene | |
| I also changed the hostnames: IDOHVE -> Tiamat (laptop) -> Apzu | |||
| 2023-02-03 | Style: Formatting | ene | |
| 2023-02-03 | Feat: Split the config apart | ene | |
