Working lightlyshaders except on laptop? 🤷
This commit is contained in:
parent
c124529a32
commit
cf69aee709
7 changed files with 82 additions and 45 deletions
|
@ -54,6 +54,8 @@
|
|||
desktopManager.plasma5.enable = true;
|
||||
};
|
||||
|
||||
# programs.qt5ct.enable = true;
|
||||
|
||||
# Configure keymap in X11
|
||||
services.xserver.layout = "us";
|
||||
# services.xserver.xkbOptions = "eurosign:e";
|
||||
|
@ -87,6 +89,10 @@
|
|||
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;
|
||||
|
@ -122,6 +128,7 @@
|
|||
wget
|
||||
killall
|
||||
discover
|
||||
kde-rounded-corners
|
||||
lightly-qt
|
||||
pinentry
|
||||
pinentry-qt
|
||||
|
@ -135,10 +142,12 @@
|
|||
hunspell
|
||||
hunspellDicts.en_US
|
||||
git
|
||||
transmission
|
||||
openssh
|
||||
samba
|
||||
ark
|
||||
dash
|
||||
light
|
||||
kget
|
||||
krename
|
||||
kwallet-pam
|
||||
|
@ -193,7 +202,7 @@
|
|||
unclutter-xfixes
|
||||
bluez-tools
|
||||
networkmanager_dmenu
|
||||
qt5ct
|
||||
plasma5Packages.qt5ct
|
||||
lxappearance
|
||||
spotdl
|
||||
kdenlive
|
||||
|
@ -221,6 +230,7 @@
|
|||
extra-cmake-modules
|
||||
pkg-config
|
||||
# LIBRARIES FOR DEV
|
||||
qt5.full
|
||||
qt5.qtbase
|
||||
qt5.qtquickcontrols2
|
||||
qt5.qtx11extras
|
||||
|
|
|
@ -60,6 +60,8 @@
|
|||
displayManager.sddm.enable = true;
|
||||
desktopManager.plasma5.enable = true;
|
||||
};
|
||||
|
||||
# programs.qt5ct.enable = true;
|
||||
|
||||
# Configure keymap in X11
|
||||
services.xserver.layout = "us";
|
||||
|
@ -71,6 +73,7 @@
|
|||
|
||||
# Enable fingerprint
|
||||
services.fprintd.enable = true;
|
||||
programs.qt5ct.enable = true;
|
||||
|
||||
# Enable sound.
|
||||
security.rtkit.enable = true;
|
||||
|
@ -119,6 +122,10 @@
|
|||
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;
|
||||
|
@ -150,6 +157,7 @@
|
|||
wget
|
||||
killall
|
||||
discover
|
||||
kde-rounded-corners
|
||||
lightly-qt
|
||||
pinentry
|
||||
pinentry-qt
|
||||
|
@ -163,10 +171,12 @@
|
|||
hunspell
|
||||
hunspellDicts.en_US
|
||||
git
|
||||
transmission
|
||||
openssh
|
||||
samba
|
||||
ark
|
||||
dash
|
||||
light
|
||||
kget
|
||||
krename
|
||||
kwallet-pam
|
||||
|
@ -221,7 +231,7 @@
|
|||
unclutter-xfixes
|
||||
bluez-tools
|
||||
networkmanager_dmenu
|
||||
qt5ct
|
||||
plasma5Packages.qt5ct
|
||||
lxappearance
|
||||
spotdl
|
||||
kdenlive
|
||||
|
@ -255,6 +265,7 @@
|
|||
extra-cmake-modules
|
||||
pkg-config
|
||||
# LIBRARIES FOR DEV
|
||||
qt5.full
|
||||
qt5.qtbase
|
||||
qt5.qtquickcontrols2
|
||||
qt5.qtx11extras
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue