Update default.nix

This commit is contained in:
Lucy 2024-02-28 00:22:36 +01:00 committed by GitHub
parent 981a8bd6ec
commit 9ab8a19570
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,7 +102,7 @@ with lib.my;
};
programs.gnupg.agent.enable = false;
programs.gnupg.agent.enable = lib.mkForce false;
home-manager.users.xyno = { pkgs, lib, inputs, config, ... }:
{
ragon.nvim.maximal = true;