This commit is contained in:
Andrea Ciceri 2023-02-12 18:24:04 +01:00
parent 3a60ed192d
commit 394208f8e7
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
6 changed files with 90 additions and 19 deletions

7
overlays/default.nix Normal file
View file

@ -0,0 +1,7 @@
{
perSystem = {config, ...}: {
overlayAttrs = {
inherit (config.packages) ccrEmacs;
};
};
}