mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-14 15:48:21 +01:00
laptop: bunch of changes
add udev rule for fingerprint reader, enable extest for steamm add flatpak-kcm, fix IDEA wrapper to include required libraries, add plasma-panel-colorizer
This commit is contained in:
parent
8affec334f
commit
fceea68e91
2 changed files with 28 additions and 1 deletions
|
|
@ -69,6 +69,7 @@
|
|||
kdePackages.kgpg
|
||||
# for Application Title Bar plasmoid
|
||||
kdePackages.kconfig
|
||||
plasma-panel-colorizer
|
||||
|
||||
# messaging
|
||||
(discord.override {
|
||||
|
|
@ -101,7 +102,26 @@
|
|||
inherit pkgs;
|
||||
inputpkg = jetbrains.idea-community;
|
||||
pkgsuffix = "mcdev-jbr21";
|
||||
libraries = with pkgs; [libpulseaudio libGL glfw openal stdenv.cc.cc.lib];
|
||||
libraries = with pkgs; [
|
||||
(lib.getLib stdenv.cc.cc)
|
||||
|
||||
glfw3-minecraft
|
||||
openal
|
||||
|
||||
alsa-lib
|
||||
libjack2
|
||||
libpulseaudio
|
||||
pipewire
|
||||
|
||||
libGL
|
||||
xorg.libX11
|
||||
xorg.libXcursor
|
||||
xorg.libXext
|
||||
xorg.libXrandr
|
||||
xorg.libXxf86vm
|
||||
udev
|
||||
flite
|
||||
];
|
||||
})
|
||||
# (mylib.IDEAappwrapper {
|
||||
# inherit pkgs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue