aboutsummaryrefslogtreecommitdiffstats
path: root/hosts (unfollow)
Commit message (Collapse)Author
2025-06-29modules/river: Use the same keymap for both tiamat and apzuBenedikt Peetz
This avoids bit-rot in apzu's key mappings and maybe helps me to actually learn all the possible key mappings.
2025-06-06hosts/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-20hosts/{apzu,tiamat}: Use wrapped `mpp`Benedikt Peetz
2025-05-16hosts: Move to a `by-name` schemaBenedikt Peetz
2025-04-30modules/backup: Port to storageboxBenedikt Peetz
2025-04-27treewide: Add nice GPL-3.0-or-later license headerBenedikt Peetz
This change also ensures that this repo is reuse-3.0 compliant.
2025-04-25hosts/tiamat: Enable steam for all hostsBenedikt Peetz
Otherwise, unison-sync might complain regarding unmatched data files.
2025-04-25{modules/steam,hosts/tiamat}: Activate againBenedikt Peetz
2025-04-04refactor(treewide): Remove unneeded lambda arguments with deadnixBenedikt Peetz
The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ```
2025-04-04refactor(hosts): Remove the unmaintained hostsBenedikt Peetz
2025-04-04fix(hosts/apzu): Avoid making mouse clicks impossible in riverBenedikt Peetz
2025-04-04refactor(treewide): neorg -> tskmBenedikt Peetz
2025-02-04fix(hosts/{apzu,tiamata}): Use the correct neorg package in the mappingsBenedikt Peetz
Otherwise, the `neorg dmenu` started by river would provide nothing to select.
2025-02-02refactor(modules/river): Migrate to `by-name`Benedikt Peetz
This includes a near rewrite `river-mk-keymap` (previously, `river_init_lesser`.)
2024-12-30fix(modules/river): Only activate the moonlander udev rules on tiamatBenedikt Peetz
2024-12-14fix(modules/inputMethods): RemoveBenedikt 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-09feat(modules/inputMethod): InitBenedikt Peetz
2024-11-29chore(hosts): Enable yambarBenedikt Peetz
2024-10-24refactor(modules/unison): Migrate to `by-name` and parameterizeBenedikt Peetz
2024-10-18feat(hosts): Share common optionsBenedikt Peetz
2024-10-18refactor(hosts): Move all unmaintained hosts to the `_unmaintained` dirBenedikt Peetz
2024-10-13fix(hosts/tiamat): Set new backup disk uuidBenedikt Peetz
2024-10-11feat(services/diffSystem): InitBenedikt Peetz
2024-07-05refactor(hosts): Also move bluetooth and graphics to separate modulesBenedikt Peetz
2024-05-24fix(hosts/tiamat): Also use new services modulesBenedikt Peetz
2024-05-24refactor(hosts/apzu): Use new modulesBenedikt Peetz
2024-05-23refactor(hosts/tiamat): Adapt to the new modules for systemBenedikt Peetz
2024-03-31feat(hosts/{tiamat,apzu}/hardware): Don't always enable the bluetooth controllerBenedikt Peetz
2024-03-31fix(hosts/tiamat/hardware): Avoid having a suspended Bluetooth controllerBenedikt Peetz
The controller tends to never wake up again, so suspending it is rather useless.
2024-03-23refactor(treewide): Update to new modules names (and simplify some code)Soispha
2024-01-14feat(hosts): Disable SteamSoispha
This is mostly done because of convenience: Synchronizing the full steam files is just cumbersome.
2023-09-17fix(hosts/tiamat): Enable adb bridge for soisphaSoispha
2023-08-26Refactor(treewide): Abbreviate path namesSoispha
2023-08-26Feat(hosts/tiamat): Enable bluetoothSoispha
2023-08-26Docs(treewide): Add a colon after every "TODO"Soispha
2023-08-25Fix(system/services/steam): Install wine with steamSoispha
2023-08-18Feat(hosts/apzu): Enable bluetoothSoispha
2023-08-01Fix(treewide): Use tlp and thermald for power savingSoispha
2023-07-30Fix(hosts/isimud): Fully provide all dependenciesSoispha
2023-07-30Fix(hosts/isimud): Add `onlykey` and `onlykey-agent` to the systemSoispha
Having no internet connection, all required packages for Isimud need to be provided before hand.
2023-07-30Feat(treewide): Add enable options for secrets and impermanenceSoispha
2023-07-29Style(treewide): Remove some unused importsSoispha
2023-07-29Fix(hosts/isimud): Import the whole system configurationSoispha
2023-07-29Feat(host/isimud): Add host isimud for gpg-isoSoispha
2023-07-15Feat(system/boot): Enable lanzaboote (and with it secure boot)Soispha
2023-07-11Fix(hosts/tiamat): Update to new swapfile uuidSoispha
2023-07-11Fix(hosts/tiamat): Update to new diskSoispha
2023-07-10Style(treewide): Switch to editorconfigSoispha
2023-07-10Fix(hosts/apzu): Add information about swapfileSoispha
2023-07-10Fix(hosts/apzu): Update disk to new disko installSoispha