From 5ed8a048e880e12383ed098ded1918f40c963cb4 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Sun, 12 Nov 2023 13:54:16 +0100 Subject: [PATCH] nixy: add suspend.nix module --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 438a132..65a51b7 100644 --- a/flake.nix +++ b/flake.nix @@ -64,9 +64,10 @@ system = "x86_64-linux"; modules = [ {_module.args = inputs;} + ./common/packages.nix + ./common/suspend.nix ./nixy/configuration.nix ./nixy/hardware-configuration.nix - ./common/packages.nix sops-nix.nixosModules.sops home-manager.nixosModules.home-manager {