started to move extensions into configurable options
This commit is contained in:
parent
dfcd16fdd2
commit
99fb7b8a62
6 changed files with 106 additions and 16 deletions
7
modules/home-manager-modules/programs/vscode/default.nix
Normal file
7
modules/home-manager-modules/programs/vscode/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./oneDark.nix
|
||||
./atomKeybindings.nix
|
||||
./aiCode.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue