From 10cf36936e38067f0f2cca5887f732040af28574 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 9 Jun 2022 09:20:58 -0700 Subject: ref(GTK): remove the profile for GTK All the configuration is done at the host level. Change-Id: Ib5ef71ea7955f6872fb08f576e48b24a70600693 Reviewed-on: https://cl.fcuny.net/c/world/+/296 Reviewed-by: Franck Cuny --- hosts/carmel/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hosts/carmel/default.nix') diff --git a/hosts/carmel/default.nix b/hosts/carmel/default.nix index 87ad97d..bfe0502 100644 --- a/hosts/carmel/default.nix +++ b/hosts/carmel/default.nix @@ -10,6 +10,9 @@ ./profile.nix ]; + # Allow setting GTK configuration using home-manager + programs.dconf.enable = true; + hardware.opengl.driSupport = true; # This value determines the NixOS release from which the default -- cgit v1.2.3