First work

This commit is contained in:
Florian RICHER 2024-05-27 22:23:32 +02:00
parent be2affebef
commit b86a8b50c7
20 changed files with 138 additions and 148 deletions

View file

@ -2,10 +2,10 @@
with lib;
let
cfg = config.modules.home.vscode;
cfg = config.homeModules.apps.vscode;
in
{
options.modules.home.vscode = {
options.homeModules.apps.vscode = {
enable = mkEnableOption ''
Enable vscode with my custom configurations
'';