fix bolt launcher and install to desktop

This commit is contained in:
mjallen18
2025-09-17 16:17:27 -05:00
parent e6d386d362
commit 02debc8387
3 changed files with 12 additions and 15 deletions

View File

@@ -152,6 +152,8 @@ in
};
home.packages = with pkgs; [
pkgs.mjallen.bolt-launcher
bottles
compose2nix
discord

View File

@@ -18,15 +18,10 @@
, libarchive
, libdrm
, libGL
, libX11
, libx11
, libxcb
, libXcomposite
, libXdamage
, libXext
, libXfixes
, libxext
, libxkbcommon
, libXrandr
, libxshmfence
, mesa
, nspr
, nss
@@ -76,15 +71,10 @@ stdenv.mkDerivation rec {
libarchive
libdrm
libGL
libX11
libx11
libxcb
libXcomposite
libXdamage
libXext
libXfixes
libxext
libxkbcommon
libXrandr
libxshmfence
mesa
nspr
nss
@@ -101,11 +91,16 @@ stdenv.mkDerivation rec {
udev
wayland
] ++ (with xorg; [
libXcomposite
libXcursor
libXdamage
libXfixes
libXi
libXinerama
libXrandr
libXrender
libXScrnSaver
libxshmfence
libXtst
libXxf86vm
]);

View File

@@ -46,7 +46,7 @@
hardware = {
disko = {
enable = true;
enableLuks = true;
enableLuks = false;
};
amd = {