diff --git a/hosts/kyren-laptop/configuration.nix b/hosts/kyren-laptop/configuration.nix index ff6ae7a..82cc5b3 100644 --- a/hosts/kyren-laptop/configuration.nix +++ b/hosts/kyren-laptop/configuration.nix @@ -117,48 +117,12 @@ clang-tools ghostty glibcLocales - - wayland-scanner - raylib - egl-wayland - libxkbcommon - kdePackages.wayland - kdePackages.kwayland - glfw-wayland - - libGL - xorg.libX11 - xorg.libXcursor - xorg.libXrandr - xorg.libXinerama - xorg.libXi - - udev - alsa-lib - vulkan-loader - # libxkbcommon - wayland ]; # Enable dynamic linking of applications that are not in nixpkgs (for vim LSPs for example). programs.nix-ld.enable = true; programs.nix-ld.libraries = with pkgs; [ stdenv.cc.cc - - kdePackages.wayland - kdePackages.kwayland - glfw-wayland - wayland-scanner - raylib - wayland - egl-wayland - libxkbcommon - libGL - xorg.libX11 - xorg.libXcursor - xorg.libXrandr - xorg.libXinerama - xorg.libXi ]; # Some programs need SUID wrappers, can be configured further or are diff --git a/hosts/kyren-laptop/home.nix b/hosts/kyren-laptop/home.nix index 8c5c3f1..c6a452d 100644 --- a/hosts/kyren-laptop/home.nix +++ b/hosts/kyren-laptop/home.nix @@ -97,7 +97,6 @@ hyperfine nh wget - git-lfs ]; # For nixd LSP to recognize what nixpkgs version I use