This commit is contained in:
2026-07-25 16:03:34 +02:00
parent 1a646b0c06
commit 247ddefdc6
+6 -1
View File
@@ -1,5 +1,10 @@
_: { _: {
flake.nixosModules.onxyboox = _: { flake.nixosModules.onxyboox = {pkgs, ...}: {
services.gvfs.enable = true; services.gvfs.enable = true;
environment.systemPackages = with pkgs; [
gvfs
calibre
kdePackages.kio-extras
];
}; };
} }