Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(treewide): Remove unneeded lambda arguments with deadnix | Benedikt Peetz | 3 days |
| | | | | | | | The command was: ``` deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim ``` | ||
* | refactor(treewide): neorg -> tskm | Benedikt Peetz | 3 days |
| | |||
* | 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 |
| | |||
* | refactor(modules/unison): Migrate to `by-name` and parameterize | Benedikt Peetz | 2024-10-24 |
| | |||
* | feat(hosts): Share common options | 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/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. | ||
* | 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(treewide): Use tlp and thermald for power saving | Soispha | 2023-08-01 |
| | |||
* | Style(treewide): Remove some unused imports | Soispha | 2023-07-29 |
| | |||
* | Fix(hosts/isimud): Import the whole system configuration | Soispha | 2023-07-29 |
| | |||
* | 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 |
| | |||
* | Feat(disko): Squash Commit | Soispha | 2023-07-10 |
| | |||
* | Style(treewide): Format | Soispha | 2023-05-20 |
| | |||
* | Fix(hosts/tiamat): Remove outdated network config | Soispha | 2023-05-14 |
| | |||
* | Feat(system/locale): Modularize keyMap setting | Soispha | 2023-05-09 |
| | |||
* | Fix(hosts): Rename configuration.nix to default.nix | Soispha | 2023-05-09 |
| | |||
* | Feat(host/tiamat): Activate backup | Soispha | 2023-05-09 |
| | |||
* | Fix(hosts/tiamat): Reactivate hostplatform | Soispha | 2023-05-09 |
| | |||
* | Fix(host/tiamat): Do not use nixpkgs | Soispha | 2023-05-09 |
| | |||
* | Style(treewide): Format | ene | 2023-04-04 |
| | |||
* | Fix(host/tiamat): Add needed modules | ene | 2023-04-03 |
| | | | | These are the suggested ones from 'nixos-generate-config'. | ||
* | Fix(hosts/tiamat/gpu): Remove driver package | ene | 2023-04-03 |
| | | | | The intel-media thing exists, but amd has nothing comparable. | ||
* | Fix(host/tiamat): Update to new install | ene | 2023-04-03 |
| | |||
* | Fix(host/tiamat/gpu): Remove unneeded drivers | ene | 2023-04-03 |
| | | | | This host uses a amd gpu, so intel drivers are useless | ||
* | Fix(system): Move services to system | ene | 2023-03-17 |
| | |||
* | Fix(hosts): Use correct names and add mammun | ene | 2023-02-20 |
| | |||
* | Feat(flake): Reorder hosts | ene | 2023-02-20 |