Allow to start applications on the nvidia GPU from Gnome applications

This commit is contained in:
Andreas Zweili 2023-02-20 12:06:45 +01:00
parent a6e0d86b70
commit bc155e00c2

View File

@ -1,12 +1,14 @@
{ pkgs, ... }: {
services.switcherooControl.enable = true;
services.touchegg.enable = true;
services.xserver.desktopManager.gnome.enable = true;
services.udev.packages = with pkgs; [ gnome.gnome-settings-daemon ];
services.xserver.desktopManager.gnome.enable = true;
environment = {
systemPackages = with pkgs; [
gnome.gnome-tweaks
gnomeExtensions.appindicator
gnomeExtensions.gtk-title-bar
gnomeExtensions.switcheroo
gnomeExtensions.x11-gestures
];
gnome.excludePackages = (with pkgs; [