summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-rw-r--r--features/wayland.nix16
1 files 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;
}