a whole bunch
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
hardware.graphics.extraPackages = with pkgs; [ intel-vaapi-driver intel-media-driver ];
|
||||
# Enable the GNOME Desktop Environment.
|
||||
services.displayManager.gdm.enable = true;
|
||||
services.desktopManager.gnome.enable = true;
|
||||
@@ -11,6 +12,7 @@
|
||||
'';
|
||||
environment.systemPackages = with pkgs; [
|
||||
gnomeExtensions.just-perfection
|
||||
gnomeExtensions.caffeine
|
||||
];
|
||||
programs.dconf.profiles.user.databases = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user