From 0a10d16c18ecf46129ae327b897ef3a824d90c42 Mon Sep 17 00:00:00 2001 From: yaroslav Date: Tue, 10 Jun 2025 15:59:29 +0300 Subject: [PATCH] fixed Ratchet modules --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 157962e..ae520d8 100644 --- a/flake.nix +++ b/flake.nix @@ -33,6 +33,7 @@ ./hosts/generic/virtualization.nix ./hosts/generic/zapret.nix ./hosts/generic/plymouth.nix + ./home/yaroslav/steam.nix home-manager.nixosModules.home-manager { home-manager.useUserPackages = true; @@ -40,7 +41,7 @@ imports = [ ./home/yaroslav/home.nix ./home/yaroslav/home_gui.nix - ./home/yaroslav/steam.nix + ]; }; }