some stuff ig

This commit is contained in:
xunuwu 2024-08-22 17:07:44 +02:00
parent 11536e636f
commit 82bed310d8
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
12 changed files with 144 additions and 68 deletions

View file

@ -0,0 +1,10 @@
{
self,
pkgs,
...
}: {
# i have sober installed imperatively through flatpak
home.packages = [
self.packages.${pkgs.system}.sobercookie
];
}