nixos/modules/home/editors/default.nix
Florian RICHER f5407927cf
All checks were successful
check / check (push) Successful in 31s
Move vscode to editors
2024-05-28 20:45:50 +02:00

7 lines
No EOL
59 B
Nix

{ config, pkgs, ... }:
{
imports = [
./vscode
];
}