attempt at fixing wayland on plasma with kaladin

This commit is contained in:
Chris Cochrun 2022-07-05 16:46:05 -05:00
parent 2635e8f930
commit b859c4bd4d
4 changed files with 31 additions and 9 deletions

View file

@ -49,7 +49,13 @@
# NVIDIA
services.xserver.videoDrivers = [ "nvidia" ];
hardware = {
opengl.enable = true;
opengl = {
enable = true;
extraPackages = with pkgs; [
vaapiVdpau
libvdpau-va-gl
];
};
nvidia.modesetting.enable = true;
};
@ -161,6 +167,7 @@
usbutils
binutils
hunspell
caffeine-ng
hunspellDicts.en_US
git
transmission
@ -259,10 +266,11 @@
# hyprland
blender
neofetch
ethminer
# ethminer
lutris
protonup
# Dev tools
direnv
android-tools
nix-index
meson
@ -329,7 +337,7 @@
services.emacs = {
enable = true;
package = with pkgs; ((emacsPackagesFor emacsNativeComp).emacsWithPackages (epkgs: [ epkgs.vterm epkgs.magit epkgs.pdf-tools pkgs.mu ]));
package = with pkgs; ((emacsPackagesFor emacsPgtkNativeComp).emacsWithPackages (epkgs: [ epkgs.vterm epkgs.magit epkgs.pdf-tools pkgs.mu ]));
};
services.samba-wsdd.enable = true;
services.samba = {

View file

@ -175,6 +175,7 @@
usbutils
binutils
hunspell
caffeine-ng
hunspellDicts.en_US
git
transmission
@ -280,6 +281,7 @@
fet-sh
macchina
# Dev tools
direnv
android-tools
nix-index
meson
@ -346,7 +348,7 @@
services.emacs = {
enable = true;
package = with pkgs; ((emacsPackagesFor emacsNativeComp).emacsWithPackages (epkgs: [ epkgs.vterm epkgs.magit epkgs.pdf-tools pkgs.mu ]));
package = with pkgs; ((emacsPackagesFor emacsPgtkNativeComp).emacsWithPackages (epkgs: [ epkgs.vterm epkgs.magit epkgs.pdf-tools pkgs.mu ]));
};
services.samba-wsdd.enable = true;
services.samba = {