From cf6a2bafaf72dbb3cec843630c769d5ed7fc7999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Fri, 18 Nov 2022 13:29:30 +0100 Subject: [PATCH] :rocket: add gaming as module for laptop --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index dd0e546..2e2363c 100644 --- a/flake.nix +++ b/flake.nix @@ -117,6 +117,7 @@ hosts.nixos-laptop.modules = [ ./hosts/nixos-laptop self.nixosModules.desktop + self.nixosModules.gaming ]; hosts.nixos-desktop.modules = [