Codroipo
This commit is contained in:
parent
3a60ed192d
commit
394208f8e7
6 changed files with 90 additions and 19 deletions
7
overlays/default.nix
Normal file
7
overlays/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
perSystem = {config, ...}: {
|
||||
overlayAttrs = {
|
||||
inherit (config.packages) ccrEmacs;
|
||||
};
|
||||
};
|
||||
}
|
Reference in a new issue