Add nixarr config, move starship to desktop config

This commit is contained in:
2025-10-19 17:47:39 -04:00
parent de3251d74d
commit 920f04128c
4 changed files with 38 additions and 24 deletions

13
nixos/nixarr.nix Normal file
View File

@@ -0,0 +1,13 @@
{
pkgs,
nixarr,
...
}: {
nixarr = {
enable = true;
sabnzbd = {
enable = true;
openFirewall = true;
};
};
}