From e890a6d2334271377bc176ed4bc9638864ac991c Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Fri, 23 Aug 2024 20:51:05 -0300 Subject: [PATCH] polkit: properly enable it and enable gnome-keyring --- nixos.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos.nix b/nixos.nix index 092e03e..68e58cd 100644 --- a/nixos.nix +++ b/nixos.nix @@ -21,6 +21,8 @@ in imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix + # Include service configuration + ./services/authentication.nix ]; # Enable experimental features