<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos-config/hosts/apzu, branch prime</title>
<subtitle>My NixOS system configuration, with some of my binaries</subtitle>
<id>http://git.foss-syndicate.org/bpeetz/nixos-config/atom?h=prime</id>
<link rel='self' href='http://git.foss-syndicate.org/bpeetz/nixos-config/atom?h=prime'/>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/'/>
<updated>2025-05-16T14:45:40+00:00</updated>
<entry>
<title>hosts: Move to a `by-name` schema</title>
<updated>2025-05-16T14:45:40+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2025-05-16T14:45:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=176d9bb96e8923b84bb0bdc731ef707514c0d53e'/>
<id>urn:sha1:176d9bb96e8923b84bb0bdc731ef707514c0d53e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>modules/backup: Port to storagebox</title>
<updated>2025-04-30T17:34:25+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2025-04-30T17:34:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=5f21796b4a048bb4da1e00d6abe645dbb7cc6082'/>
<id>urn:sha1:5f21796b4a048bb4da1e00d6abe645dbb7cc6082</id>
<content type='text'>
</content>
</entry>
<entry>
<title>treewide: Add nice GPL-3.0-or-later license header</title>
<updated>2025-04-27T14:25:12+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2025-04-27T14:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=83cc776bcdfae930d49f3c321ebf787e9ed7b111'/>
<id>urn:sha1:83cc776bcdfae930d49f3c321ebf787e9ed7b111</id>
<content type='text'>
This change also ensures that this repo is reuse-3.0 compliant.
</content>
</entry>
<entry>
<title>refactor(treewide): Remove unneeded lambda arguments with deadnix</title>
<updated>2025-04-04T14:22:17+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2025-04-04T14:22:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=64fcc75cf8b4bf2617c89a1a55c3390cf9b841b3'/>
<id>urn:sha1:64fcc75cf8b4bf2617c89a1a55c3390cf9b841b3</id>
<content type='text'>
The command was:
```
deadnix --output-format json | while read -r line; do echo "$line" | jq .file --raw-output; done | xargs nvim
```
</content>
</entry>
<entry>
<title>fix(hosts/apzu): Avoid making mouse clicks impossible in river</title>
<updated>2025-04-04T11:13:21+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2025-04-04T11:13:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=db9305e782691fe2b3b845911f92dca9f22b9785'/>
<id>urn:sha1:db9305e782691fe2b3b845911f92dca9f22b9785</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(treewide): neorg -&gt; tskm</title>
<updated>2025-04-04T11:12:12+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2025-04-04T11:12:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=8c4e702a269317609fb1f6609045e7e99e611f65'/>
<id>urn:sha1:8c4e702a269317609fb1f6609045e7e99e611f65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(hosts/{apzu,tiamata}): Use the correct neorg package in the mappings</title>
<updated>2025-02-04T10:19:23+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2025-02-04T10:19:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=6b6d8d77aad98fd6e988d68fbee86254cb9e3aad'/>
<id>urn:sha1:6b6d8d77aad98fd6e988d68fbee86254cb9e3aad</id>
<content type='text'>
Otherwise, the `neorg dmenu` started by river would provide nothing to
select.
</content>
</entry>
<entry>
<title>refactor(modules/river): Migrate to `by-name`</title>
<updated>2025-02-02T17:25:39+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2025-02-02T17:14:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=34b8b4c52e4afa8b854e6c3d37780ce5faf74c05'/>
<id>urn:sha1:34b8b4c52e4afa8b854e6c3d37780ce5faf74c05</id>
<content type='text'>
This includes a near rewrite `river-mk-keymap` (previously,
`river_init_lesser`.)
</content>
</entry>
<entry>
<title>chore(hosts): Enable yambar</title>
<updated>2024-11-29T18:37:39+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-11-29T17:52:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=a5f94d8118b02ecdf11dcd091b6bae04acc19dd5'/>
<id>urn:sha1:a5f94d8118b02ecdf11dcd091b6bae04acc19dd5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(modules/unison): Migrate to `by-name` and parameterize</title>
<updated>2024-10-24T12:52:57+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-10-24T12:52:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/nixos-config/commit/?id=33b704060e74e970313a1d64f6112588fca2332c'/>
<id>urn:sha1:33b704060e74e970313a1d64f6112588fca2332c</id>
<content type='text'>
</content>
</entry>
</feed>
