diff --git a/home/common/desktop/default.nix b/home/common/desktop/default.nix
index 7d748ae..2d828ec 100644
--- a/home/common/desktop/default.nix
+++ b/home/common/desktop/default.nix
@@ -15,6 +15,8 @@
     wl-clipboard
     vesktop
     xdg-utils
+    nautilus
+    adwaita-icon-theme
   ];
   home.sessionVariables = {
     MOZ_ENABLE_WAYLAND = 1;
@@ -27,12 +29,12 @@
   xdg.mimeApps.enable = true;
   xdg.portal = {
     enable = true;
-    extraPortals = [pkgs.xdg-desktop-portal-wlr];
+    extraPortals = [ pkgs.xdg-desktop-portal-wlr ];
     config = {
       common = {
         default = [
           "wlr"
-        ]; 
+        ];
       };
     };
   };
diff --git a/nixos/yukari/configuration.nix b/nixos/yukari/configuration.nix
index e32bef6..a1d143f 100644
--- a/nixos/yukari/configuration.nix
+++ b/nixos/yukari/configuration.nix
@@ -35,6 +35,11 @@
 
   boot.loader.systemd-boot.enable = true;
   boot.loader.efi.canTouchEfiVariables = true;
+  boot.initrd.kernelModules = ["amdgpu"];
+  hardware.opengl = {
+    enable = true;
+    driSupport = true;
+  };
 
   networking.hostName = "yukari";