From 1a646b0c064f5c3bb56d2a051d72b716551f7aca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Fri, 24 Jul 2026 20:03:03 +0200 Subject: [PATCH] add gvfs --- modules/hardware/onxyboox.nix | 5 +++++ modules/hosts/laptop.nix | 1 + 2 files changed, 6 insertions(+) create mode 100644 modules/hardware/onxyboox.nix diff --git a/modules/hardware/onxyboox.nix b/modules/hardware/onxyboox.nix new file mode 100644 index 0000000..b55da3e --- /dev/null +++ b/modules/hardware/onxyboox.nix @@ -0,0 +1,5 @@ +_: { + flake.nixosModules.onxyboox = _: { + services.gvfs.enable = true; + }; +} diff --git a/modules/hosts/laptop.nix b/modules/hosts/laptop.nix index 275fae7..ea0b14c 100644 --- a/modules/hosts/laptop.nix +++ b/modules/hosts/laptop.nix @@ -45,6 +45,7 @@ nixUtils notifications office + onxyboox #ollama otherUtils printer