diff options
| author | schererleander <leander@schererleander.de> | 2025-11-02 20:41:44 +0100 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-11-02 20:48:38 +0100 |
| commit | a840c7c2373d2c50dc9cd9394ba6daadb57f32e5 (patch) | |
| tree | 0de24f78dfe8ecb31f08c6cba99b6b58f7a7bb7e /hosts/adam | |
| parent | 8927374024abcd384cccc7f99aa97bde21624247 (diff) | |
move gtk settings
Diffstat (limited to 'hosts/adam')
| -rw-r--r-- | hosts/adam/configuration.nix | 13 |
1 files changed, 3 insertions, 10 deletions
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; |
