improvements
This commit is contained in:
parent
91def25bca
commit
be09397818
6 changed files with 70 additions and 54 deletions
7
mod/common/overlays.nix
Normal file
7
mod/common/overlays.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
nixpkgs.overlays = with inputs; [
|
||||
vscode-extensions.overlays.default
|
||||
colmena.overlay
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue