♻️ [shared] Move gnome-keyring to base

This commit is contained in:
2025-05-22 19:50:11 +02:00
parent e4fe0e1127
commit 2b020958ed
5 changed files with 8 additions and 20 deletions

View File

@ -1,8 +1,4 @@
{
lib,
systemConfig,
...
}:
{ lib, ... }:
{
imports = with lib.custom; [
@ -11,6 +7,4 @@
./hardware.nix
./security
];
system.stateVersion = systemConfig.version;
}