Working lightlyshaders except on laptop? 🤷

This commit is contained in:
Chris Cochrun 2022-05-24 09:35:29 -05:00
parent c124529a32
commit cf69aee709
7 changed files with 82 additions and 45 deletions

View file

@ -110,6 +110,8 @@ services.xserver = {
displayManager.sddm.enable = true;
desktopManager.plasma5.enable = true;
};
# programs.qt5ct.enable = true;
#+end_src
To use pipewire there are some specific setup pieces that I like to have.
@ -138,6 +140,10 @@ To make sure certain things are setup properly I'll modify the shells a bit.
environment.variables = {
EDITOR = "emacsclient -t -a";
VISUAL = "emacsclient -c -a";
# Fixing Qt apps in other environments
# QT_XCB_GL_INTEGRATION = "xcb_egl";
QT_QPA_PLATFORM_PLUGIN_PATH = "${pkgs.qt5.qtbase.bin}/lib/qt-${pkgs.qt5.qtbase.qtCompatVersion}/plugins/platforms";
};
environment.homeBinInPath = true;
programs.fish.enable = true;
@ -152,6 +158,7 @@ vim
wget
killall
discover
kde-rounded-corners
lightly-qt
pinentry
pinentry-qt
@ -165,10 +172,12 @@ binutils
hunspell
hunspellDicts.en_US
git
transmission
openssh
samba
ark
dash
light
kget
krename
kwallet-pam
@ -223,7 +232,7 @@ xcape
unclutter-xfixes
bluez-tools
networkmanager_dmenu
qt5ct
plasma5Packages.qt5ct
lxappearance
spotdl
kdenlive
@ -253,6 +262,7 @@ cmake
extra-cmake-modules
pkg-config
# LIBRARIES FOR DEV
qt5.full
qt5.qtbase
qt5.qtquickcontrols2
qt5.qtx11extras
@ -368,6 +378,7 @@ Notice how I am including all of my software here. It may be a big file, but hav
# Enable fingerprint
services.fprintd.enable = true;
programs.qt5ct.enable = true;
<<pipewire>>