System Gen230 @ 2026-04-02-13:08:57 by jonas@comfy-station

This commit is contained in:
2026-04-02 13:08:57 +02:00
parent 0e8a37c000
commit 7d0974ea92
3 changed files with 26 additions and 0 deletions

View File

@@ -42,6 +42,7 @@
image-raw-processing = true;
video-editing-light = true;
};
hive.ntsync.enable = true;
# system packages
environment.systemPackages = with pkgs; [

View File

@@ -26,6 +26,7 @@
self.nixosModules.openhantek
self.nixosModules.firefox
self.nixosModules.kdeconnect
self.nixosModules.ntsync
];
};
}