From a840c7c2373d2c50dc9cd9394ba6daadb57f32e5 Mon Sep 17 00:00:00 2001 From: schererleander Date: Sun, 2 Nov 2025 20:41:44 +0100 Subject: move gtk settings --- hosts/adam/configuration.nix | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'hosts') diff --git a/hosts/adam/configuration.nix b/hosts/adam/configuration.nix index d391b64..7d3423c 100644 --- a/hosts/adam/configuration.nix +++ b/hosts/adam/configuration.nix @@ -11,6 +11,7 @@ ./hardware-configuration.nix ./audio.nix ./wooting.nix + ../../modules/nixos ]; boot = { @@ -79,17 +80,9 @@ ignoreShellProgramCheck = true; }; - services = { - openssh.enable = true; - gnome.gnome-keyring.enable = true; - }; - - xdg.portal = { - enable = true; - wlr.enable = true; - }; + xdg.portal.enable = true; - security.polkit.enable = true; + services.openssh.enable = true; programs.dconf.enable = true; -- cgit v1.3.1