fix bolt launcher and install to desktop
This commit is contained in:
@@ -152,6 +152,8 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
pkgs.mjallen.bolt-launcher
|
||||||
|
|
||||||
bottles
|
bottles
|
||||||
compose2nix
|
compose2nix
|
||||||
discord
|
discord
|
||||||
|
|||||||
@@ -18,15 +18,10 @@
|
|||||||
, libarchive
|
, libarchive
|
||||||
, libdrm
|
, libdrm
|
||||||
, libGL
|
, libGL
|
||||||
, libX11
|
, libx11
|
||||||
, libxcb
|
, libxcb
|
||||||
, libXcomposite
|
, libxext
|
||||||
, libXdamage
|
|
||||||
, libXext
|
|
||||||
, libXfixes
|
|
||||||
, libxkbcommon
|
, libxkbcommon
|
||||||
, libXrandr
|
|
||||||
, libxshmfence
|
|
||||||
, mesa
|
, mesa
|
||||||
, nspr
|
, nspr
|
||||||
, nss
|
, nss
|
||||||
@@ -76,15 +71,10 @@ stdenv.mkDerivation rec {
|
|||||||
libarchive
|
libarchive
|
||||||
libdrm
|
libdrm
|
||||||
libGL
|
libGL
|
||||||
libX11
|
libx11
|
||||||
libxcb
|
libxcb
|
||||||
libXcomposite
|
libxext
|
||||||
libXdamage
|
|
||||||
libXext
|
|
||||||
libXfixes
|
|
||||||
libxkbcommon
|
libxkbcommon
|
||||||
libXrandr
|
|
||||||
libxshmfence
|
|
||||||
mesa
|
mesa
|
||||||
nspr
|
nspr
|
||||||
nss
|
nss
|
||||||
@@ -101,11 +91,16 @@ stdenv.mkDerivation rec {
|
|||||||
udev
|
udev
|
||||||
wayland
|
wayland
|
||||||
] ++ (with xorg; [
|
] ++ (with xorg; [
|
||||||
|
libXcomposite
|
||||||
libXcursor
|
libXcursor
|
||||||
|
libXdamage
|
||||||
|
libXfixes
|
||||||
libXi
|
libXi
|
||||||
libXinerama
|
libXinerama
|
||||||
|
libXrandr
|
||||||
libXrender
|
libXrender
|
||||||
libXScrnSaver
|
libXScrnSaver
|
||||||
|
libxshmfence
|
||||||
libXtst
|
libXtst
|
||||||
libXxf86vm
|
libXxf86vm
|
||||||
]);
|
]);
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
hardware = {
|
hardware = {
|
||||||
disko = {
|
disko = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableLuks = true;
|
enableLuks = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
amd = {
|
amd = {
|
||||||
|
|||||||
Reference in New Issue
Block a user