mv mullvad to module

This commit is contained in:
smayzy
2025-07-10 16:20:06 +02:00
parent 7c40fea9b0
commit 168492c26b
6 changed files with 27 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
{ lib, config, pkgs, ... }:
{
imports = [
./mullvad.nix
];
}