Update default.nix
This commit is contained in:
parent
981a8bd6ec
commit
9ab8a19570
1 changed files with 1 additions and 1 deletions
|
|
@ -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, ... }:
|
home-manager.users.xyno = { pkgs, lib, inputs, config, ... }:
|
||||||
{
|
{
|
||||||
ragon.nvim.maximal = true;
|
ragon.nvim.maximal = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue