diff --git a/flake.nix b/flake.nix index cc8aed0..ae26d9b 100644 --- a/flake.nix +++ b/flake.nix @@ -38,6 +38,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; @@ -45,7 +46,7 @@ imports = [ ./home/yaroslav/home.nix ./home/yaroslav/home_gui.nix - ./home/yaroslav/steam.nix + ]; }; }