From e889a436e4382044c641c861797631275fb23338 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 17 Jul 2023 17:41:20 +0530 Subject: wayland: cleanup, group programs attributes together --- features/wayland.nix | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/features/wayland.nix b/features/wayland.nix index b21534d..66a29a3 100644 --- a/features/wayland.nix +++ b/features/wayland.nix @@ -100,12 +100,16 @@ in }; # misc - security.polkit.enable = true; hardware.opengl.enable = true; - programs.dconf.enable = true; - programs.xwayland.enable = true; - programs.gnupg.agent = { - enable = true; - pinentryFlavor = "gnome3"; + + programs = { + dconf.enable = true; + xwayland.enable = true; + gnupg.agent = { + enable = true; + pinentryFlavor = "gnome3"; + }; }; + + security.polkit.enable = true; } -- cgit v1.2.3