This commit is contained in:
parent
adc5f652de
commit
f5407927cf
8 changed files with 22 additions and 3 deletions
7
modules/home/editors/default.nix
Normal file
7
modules/home/editors/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./vscode
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue