Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | modules/river: Use the same keymap for both tiamat and apzu | Benedikt Peetz | 29 hours |
| | | | | | This avoids bit-rot in apzu's key mappings and maybe helps me to actually learn all the possible key mappings. | ||
* | hosts/default.nix: Promote `self` to `specialArgs` | Benedikt Peetz | 2025-06-06 |
| | | | | | 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. | ||
* | hosts/{apzu,tiamat}: Use wrapped `mpp` | Benedikt Peetz | 2025-05-20 |
| | |||
* | hosts: Move to a `by-name` schema | Benedikt Peetz | 2025-05-16 |
| | |||
* | modules/backup: Port to storagebox | Benedikt Peetz | 2025-04-30 |
| | |||
* | treewide: Add nice GPL-3.0-or-later license header | Benedikt Peetz | 2025-04-27 |
| | | | | This change also ensures that this repo is reuse-3.0 compliant. | ||
* | hosts/tiamat: Enable steam for all hosts | Benedikt Peetz | 2025-04-25 |
| | | | | Otherwise, unison-sync might complain regarding unmatched data files. | ||
* | {modules/steam,hosts/tiamat}: Activate again | Benedikt Peetz | 2025-04-25 |
| | |||
* | refactor(treewide): Remove unneeded lambda arguments with deadnix | Benedikt Peetz | 2025-04-04 |
| | | | | | | | The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ``` | ||
* | 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-04-04 |
| | |||
* | fix(hosts/{apzu,tiamata}): Use the correct neorg package in the mappings | Benedikt Peetz | 2025-02-04 |
| | | | | | Otherwise, the `neorg dmenu` started by river would provide nothing to select. | ||
* | refactor(modules/river): Migrate to `by-name` | Benedikt Peetz | 2025-02-02 |
| | | | | | This includes a near rewrite `river-mk-keymap` (previously, `river_init_lesser`.) | ||
* | fix(modules/river): Only activate the moonlander udev rules on tiamat | Benedikt Peetz | 2024-12-30 |
| | |||
* | fix(modules/inputMethods): Remove | Benedikt Peetz | 2024-12-14 |
| | | | | | | 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. | ||
* | feat(modules/inputMethod): Init | Benedikt Peetz | 2024-12-09 |
| | |||
* | chore(hosts): Enable yambar | Benedikt Peetz | 2024-11-29 |
| | |||
* | refactor(modules/unison): Migrate to `by-name` and parameterize | Benedikt Peetz | 2024-10-24 |
| | |||
* | feat(hosts): Share common options | Benedikt Peetz | 2024-10-18 |
| | |||
* | refactor(hosts): Move all unmaintained hosts to the `_unmaintained` dir | Benedikt Peetz | 2024-10-18 |
| | |||
* | fix(hosts/tiamat): Set new backup disk uuid | Benedikt Peetz | 2024-10-13 |
| | |||
* | feat(services/diffSystem): Init | Benedikt Peetz | 2024-10-11 |
| | |||
* | refactor(hosts): Also move bluetooth and graphics to separate modules | Benedikt Peetz | 2024-07-05 |
| | |||
* | fix(hosts/tiamat): Also use new services modules | Benedikt Peetz | 2024-05-24 |
| | |||
* | refactor(hosts/apzu): Use new modules | Benedikt Peetz | 2024-05-24 |
| | |||
* | refactor(hosts/tiamat): Adapt to the new modules for system | Benedikt Peetz | 2024-05-23 |
| | |||
* | 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 | 2024-03-31 |
| | | | | | The controller tends to never wake up again, so suspending it is rather useless. | ||
* | refactor(treewide): Update to new modules names (and simplify some code) | Soispha | 2024-03-23 |
| | |||
* | feat(hosts): Disable Steam | Soispha | 2024-01-14 |
| | | | | | This is mostly done because of convenience: Synchronizing the full steam files is just cumbersome. | ||
* | fix(hosts/tiamat): Enable adb bridge for soispha | Soispha | 2023-09-17 |
| | |||
* | 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-26 |
| | |||
* | Fix(system/services/steam): Install wine with steam | Soispha | 2023-08-25 |
| | |||
* | Feat(hosts/apzu): Enable bluetooth | Soispha | 2023-08-18 |
| | |||
* | Fix(treewide): Use tlp and thermald for power saving | Soispha | 2023-08-01 |
| | |||
* | Fix(hosts/isimud): Fully provide all dependencies | Soispha | 2023-07-30 |
| | |||
* | Fix(hosts/isimud): Add `onlykey` and `onlykey-agent` to the system | Soispha | 2023-07-30 |
| | | | | | Having no internet connection, all required packages for Isimud need to be provided before hand. | ||
* | Feat(treewide): Add enable options for secrets and impermanence | Soispha | 2023-07-30 |
| | |||
* | Style(treewide): Remove some unused imports | Soispha | 2023-07-29 |
| | |||
* | Fix(hosts/isimud): Import the whole system configuration | Soispha | 2023-07-29 |
| | |||
* | Feat(host/isimud): Add host isimud for gpg-iso | Soispha | 2023-07-29 |
| | |||
* | Feat(system/boot): Enable lanzaboote (and with it secure boot) | Soispha | 2023-07-15 |
| | |||
* | Fix(hosts/tiamat): Update to new swapfile uuid | Soispha | 2023-07-11 |
| | |||
* | Fix(hosts/tiamat): Update to new disk | Soispha | 2023-07-11 |
| | |||
* | Style(treewide): Switch to editorconfig | Soispha | 2023-07-10 |
| | |||
* | Fix(hosts/apzu): Add information about swapfile | Soispha | 2023-07-10 |
| | |||
* | Fix(hosts/apzu): Update disk to new disko install | Soispha | 2023-07-10 |
| |