Use a wayland-native emacs
This commit is contained in:
parent
e12fe5e8d0
commit
dcff0e0ed1
4 changed files with 38 additions and 16 deletions
|
@ -76,7 +76,10 @@ in
|
|||
dates = [ "hourly" ];
|
||||
};
|
||||
trustedUsers = [ "@wheel" ];
|
||||
extraOptions = (lib.optionalString config.chvp.nix.enableDirenv ''
|
||||
extraOptions = ''
|
||||
substituters = https://cache.nixos.org https://nix-community.cachix.org
|
||||
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
|
||||
'' + (lib.optionalString config.chvp.nix.enableDirenv ''
|
||||
keep-outputs = true
|
||||
keep-derivations = true
|
||||
'') + (lib.optionalString config.chvp.nix.enableFlakes ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue