From c35eabaac1a0eb4c413f9dd7bfbf843160a029ce Mon Sep 17 00:00:00 2001 From: sils Date: Thu, 29 Jun 2023 19:17:00 +0200 Subject: Feat(sys): Add fwupd --- sys/services/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sys/services/default.nix (limited to 'sys/services/default.nix') diff --git a/sys/services/default.nix b/sys/services/default.nix new file mode 100644 index 0000000..d5e9f2a --- /dev/null +++ b/sys/services/default.nix @@ -0,0 +1,6 @@ +{...}: { + imports = [ + ./flatpak + ./fwupd + ]; +} -- cgit 1.4.1