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
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue