From a377069c8e80a0f80ac07df37ecc26783e7d3d87 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Thu, 2 Oct 2025 14:02:14 +0200 Subject: [PATCH] fix: Move steam to proper module group --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5aad99e..282a4fe 100644 --- a/flake.nix +++ b/flake.nix @@ -208,7 +208,6 @@ self.nixosModules.commonModules ./nixos/pro_audio.nix ./nixos/kdeconnect.nix - ./nixos/steam.nix ./nixos/opentabletdriver.nix self.nixosModules.bertof-rclone @@ -255,6 +254,8 @@ ./instances/thor/hardware-configuration.nix ./instances/thor/configuration.nix + ./nixos/steam.nix + self.nixosModules.bertof-rclone { home-manager.users.bertof = import ./instances/thor/hm.nix; } ];