diff --git a/users/willifan/Lillie/jovian.nix b/users/willifan/Lillie/jovian.nix
index 33ac39d..fd3ecae 100644
--- a/users/willifan/Lillie/jovian.nix
+++ b/users/willifan/Lillie/jovian.nix
@@ -7,11 +7,12 @@
       enable = true;
       enableGyroDsuService = true;
     };
-    hardware.has.amd = true;
+    hardware.has.amd.gpu = true;
     steam = {
       enable = true;
+      user = "willifan";
       autoStart = true;
-      desktopSession = "Hyprland";
+      desktopSession = "hyprland";
     };
   };
 }