Add Zoxide, change to Shotman, simplify xdg folders, enable libvirt on Jupiter, fix networking and such

This commit is contained in:
Bun 2025-05-05 16:58:24 -04:00
parent d9e30cd69e
commit 26350d1de4
14 changed files with 28 additions and 56 deletions

View file

@ -8,7 +8,6 @@
./portals
./snowflake
./ssh
./sunshine
./tlp
./userborn
];

View file

@ -1,9 +0,0 @@
{ config, ... }:
{
services.sunshine = {
enable = config.system.desktop.enable;
autoStart = false;
capSysAdmin = true;
openFirewall = true;
};
}