fix xrdp, add vpn vm

This commit is contained in:
Kopatz
2025-06-02 15:08:38 +02:00
parent 6c21647214
commit 3bf278cef4
42 changed files with 306 additions and 89 deletions

View File

@@ -13,5 +13,6 @@
./virt-manager.nix
./wireshark.nix
./podman.nix
./nixvim.nix
];
}

6
modules/misc/nixvim.nix Normal file
View File

@@ -0,0 +1,6 @@
{ lib, config, pkgs, inputs, ... }:
with lib;
let cfg = config.custom.nixvimPlugins;
in {
options.custom.nixvimPlugins = mkEnableOption "Enables nixvim plugins";
}