nixos/modules/home/editors/default.nix
Florian RICHER 1a0c925449
modules: Revert vscode from flatpak to modules
If needed to be installed with flatpak, it can be installed from Discover
2024-09-15 13:54:43 +02:00

7 lines
No EOL
59 B
Nix

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