From 15d3b5482a0fee4b71f0ab371280fa7b85d26ea6 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Thu, 30 Oct 2025 17:49:40 +0100 Subject: [PATCH] chore: `dconf` will now be set in the `gui` role --- modules/core/program.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/core/program.nix b/modules/core/program.nix index a0acdd6..3acaa58 100644 --- a/modules/core/program.nix +++ b/modules/core/program.nix @@ -1,7 +1,6 @@ { pkgs, inputs, ... }: { programs = { - dconf.enable = true; zsh.enable = true; gnupg.agent = { enable = true;