nixos/modules/home/apps/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

10 lines
No EOL
110 B
Nix

{ config, pkgs, ... }:
{
imports = [
./chromium
./flatpak
./jetbrainsToolbox
./kitty
];
}