fix bolt launcher and install to desktop
This commit is contained in:
@@ -152,6 +152,8 @@ in
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
pkgs.mjallen.bolt-launcher
|
||||
|
||||
bottles
|
||||
compose2nix
|
||||
discord
|
||||
|
||||
@@ -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
|
||||
]);
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
hardware = {
|
||||
disko = {
|
||||
enable = true;
|
||||
enableLuks = true;
|
||||
enableLuks = false;
|
||||
};
|
||||
|
||||
amd = {
|
||||
|
||||
Reference in New Issue
Block a user