desktop/modules/default.nix
2023-02-23 11:28:00 +05:30

7 lines
68 B
Nix

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