| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 8 days | modules/{disks,boot}: Prepare re-deploy of apzu | Benedikt Peetz | |
| This includes a separate partition of /nix, and a tails ISO as boot target. | |||
| 2026-05-12 | treewide: Remove all references to `self.inputs` | Benedikt Peetz | |
| That doesn't work anymore with the npins sources. | |||
| 2026-04-14 | hosts/tiamat: Remove unused arguments | Benedikt Peetz | |
| 2026-03-13 | modules/ly: Don't enable for the nixos_shell | Benedikt Peetz | |
| 2026-03-13 | modules/ly: Init | Benedikt Peetz | |
| 2025-09-02 | modules/upower: Init | Benedikt Peetz | |
| 2025-08-24 | modules/yambar: Drop | Benedikt Peetz | |
| This has been replaced by i3bar-river | |||
| 2025-08-24 | hosts/apzu: Don't persist /var/lib/nixos | Benedikt Peetz | |
| 2025-06-29 | modules/river: Use the same keymap for both tiamat and apzu | Benedikt Peetz | |
| This avoids bit-rot in apzu's key mappings and maybe helps me to actually learn all the possible key mappings. | |||
| 2025-06-06 | hosts/default.nix: Promote `self` to `specialArgs` | Benedikt Peetz | |
| If we import a something, based on the path of one of our flakes inputs, passing `self` as normal arg will result in an inf rec. | |||
| 2025-05-20 | hosts/{apzu,tiamat}: Use wrapped `mpp` | Benedikt Peetz | |
| 2025-05-16 | hosts: Move to a `by-name` schema | Benedikt Peetz | |
| 2025-04-30 | modules/backup: Port to storagebox | Benedikt Peetz | |
| 2025-04-27 | treewide: Add nice GPL-3.0-or-later license header | Benedikt Peetz | |
| This change also ensures that this repo is reuse-3.0 compliant. | |||
| 2025-04-25 | hosts/tiamat: Enable steam for all hosts | Benedikt Peetz | |
| Otherwise, unison-sync might complain regarding unmatched data files. | |||
| 2025-04-25 | {modules/steam,hosts/tiamat}: Activate again | Benedikt Peetz | |
| 2025-04-04 | refactor(treewide): Remove unneeded lambda arguments with deadnix | Benedikt Peetz | |
| The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ``` | |||
| 2025-04-04 | refactor(hosts): Remove the unmaintained hosts | Benedikt Peetz | |
| 2025-04-04 | fix(hosts/apzu): Avoid making mouse clicks impossible in river | Benedikt Peetz | |
| 2025-04-04 | refactor(treewide): neorg -> tskm | Benedikt Peetz | |
| 2025-02-04 | fix(hosts/{apzu,tiamata}): Use the correct neorg package in the mappings | Benedikt Peetz | |
| Otherwise, the `neorg dmenu` started by river would provide nothing to select. | |||
| 2025-02-02 | refactor(modules/river): Migrate to `by-name` | Benedikt Peetz | |
| This includes a near rewrite `river-mk-keymap` (previously, `river_init_lesser`.) | |||
| 2024-12-30 | fix(modules/river): Only activate the moonlander udev rules on tiamat | Benedikt Peetz | |
| 2024-12-14 | fix(modules/inputMethods): Remove | Benedikt Peetz | |
| This is a huge hack, that doesn't even work with all my applications (notably, alacritty does not support ibus.) As such, simply disabling it is the right call. | |||
| 2024-12-09 | feat(modules/inputMethod): Init | Benedikt Peetz | |
| 2024-11-29 | chore(hosts): Enable yambar | Benedikt Peetz | |
| 2024-10-24 | refactor(modules/unison): Migrate to `by-name` and parameterize | Benedikt Peetz | |
| 2024-10-18 | feat(hosts): Share common options | Benedikt Peetz | |
| 2024-10-18 | refactor(hosts): Move all unmaintained hosts to the `_unmaintained` dir | 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-24 | refactor(hosts/apzu): Use new modules | Benedikt Peetz | |
| 2024-05-23 | refactor(hosts/tiamat): Adapt to the new modules for system | Benedikt Peetz | |
| 2024-03-31 | feat(hosts/{tiamat,apzu}/hardware): Don't always enable the bluetooth controller | Benedikt Peetz | |
| 2024-03-31 | fix(hosts/tiamat/hardware): Avoid having a suspended Bluetooth controller | Benedikt Peetz | |
| The controller tends to never wake up again, so suspending it is rather useless. | |||
| 2024-03-23 | refactor(treewide): Update to new modules names (and simplify some code) | Soispha | |
| 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-08-26 | Feat(hosts/tiamat): Enable bluetooth | Soispha | |
| 2023-08-26 | Docs(treewide): Add a colon after every "TODO" | Soispha | |
| 2023-08-25 | Fix(system/services/steam): Install wine with steam | Soispha | |
| 2023-08-18 | Feat(hosts/apzu): Enable bluetooth | Soispha | |
| 2023-08-01 | Fix(treewide): Use tlp and thermald for power saving | Soispha | |
| 2023-07-30 | Fix(hosts/isimud): Fully provide all dependencies | Soispha | |
| 2023-07-30 | Fix(hosts/isimud): Add `onlykey` and `onlykey-agent` to the system | Soispha | |
| Having no internet connection, all required packages for Isimud need to be provided before hand. | |||
| 2023-07-30 | Feat(treewide): Add enable options for secrets and impermanence | Soispha | |
| 2023-07-29 | Style(treewide): Remove some unused imports | Soispha | |
