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