diff --git a/hosts/miku.nix b/hosts/miku.nix index 21550a6..02f12d4 100644 --- a/hosts/miku.nix +++ b/hosts/miku.nix @@ -51,7 +51,7 @@ spotify-wrapped zoom-vm - #lapce + lapce ]; ptw = { @@ -87,7 +87,7 @@ enable = true; postStartCommand = "${pkgs.input-remapper}/bin/input-remapper-control --command start --preset NOOP --device \"Razer Razer Tartarus V2\""; }; - sddm = { + gdm = { enable = true; }; }; diff --git a/overlays/simple.nix b/overlays/simple.nix index c224ade..8337810 100644 --- a/overlays/simple.nix +++ b/overlays/simple.nix @@ -82,7 +82,13 @@ final: prev: inherit src; outputHash = "sha256-spmRgwTh0Sg+OvT/s85xEvOfs2DdCihnX6Ya+sDyePM="; }); - buildInputs = with prev; old.buildInputs ++ [ libglvnd glibc ]; + nativeBuildInputs = with prev; old.nativeBuildInputs ++ [ + wrapGAppsHook + ]; + buildInputs = with prev; old.buildInputs ++ [ + libglvnd + glib cairo pango atk gdk-pixbuf gtk3 + ]; preFixup = '' patchelf \