attempt at fixing wayland on plasma with kaladin
This commit is contained in:
parent
2635e8f930
commit
b859c4bd4d
4 changed files with 31 additions and 9 deletions
14
README.org
14
README.org
|
@ -249,6 +249,7 @@ gzip
|
|||
usbutils
|
||||
binutils
|
||||
hunspell
|
||||
caffeine-ng
|
||||
hunspellDicts.en_US
|
||||
git
|
||||
transmission
|
||||
|
@ -350,6 +351,7 @@ python
|
|||
Here are some dev tools that I often have on a few devices.
|
||||
#+NAME: dev-tools
|
||||
#+begin_src nix
|
||||
direnv
|
||||
android-tools
|
||||
nix-index
|
||||
meson
|
||||
|
@ -428,7 +430,7 @@ Emacs service
|
|||
#+begin_src nix
|
||||
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 ]));
|
||||
};
|
||||
#+end_src
|
||||
|
||||
|
@ -703,7 +705,13 @@ Kaladin is my desktop machine. A powerhouse for the most part with a recent i7 a
|
|||
# NVIDIA
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
hardware = {
|
||||
opengl.enable = true;
|
||||
opengl = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
vaapiVdpau
|
||||
libvdpau-va-gl
|
||||
];
|
||||
};
|
||||
nvidia.modesetting.enable = true;
|
||||
};
|
||||
|
||||
|
@ -765,7 +773,7 @@ Kaladin is my desktop machine. A powerhouse for the most part with a recent i7 a
|
|||
<<general-packages>>
|
||||
blender
|
||||
neofetch
|
||||
ethminer
|
||||
# ethminer
|
||||
lutris
|
||||
protonup
|
||||
# Dev tools
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue