modularize NixOS secrets config

This commit is contained in:
2025-11-23 21:46:07 +01:00
parent 1a57e8a424
commit 26f542b34e
4 changed files with 66 additions and 28 deletions

View File

@@ -10,7 +10,6 @@ let
in
{
imports = [
inputs.sops-nix.homeManagerModules.sops
../../modules/dconf.nix # TODO: Only enable when on Gnome?
];