started to move extensions into configurable options

This commit is contained in:
Leyla Becker 2025-07-26 12:50:21 -05:00
parent dfcd16fdd2
commit 99fb7b8a62
6 changed files with 106 additions and 16 deletions

View file

@ -0,0 +1,7 @@
{...}: {
imports = [
./oneDark.nix
./atomKeybindings.nix
./aiCode.nix
];
}