Auto-commit: 2026-01-05 18:49:47
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{ nixosConfig, lib, ... }:
|
||||
let
|
||||
cfg = nixosConfig.my.desktop;
|
||||
in{
|
||||
config = lib.mkIf cfg.enable {
|
||||
services.gnome-keyring.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user