fix xrdp, add vpn vm
This commit is contained in:
@@ -13,5 +13,6 @@
|
||||
./virt-manager.nix
|
||||
./wireshark.nix
|
||||
./podman.nix
|
||||
./nixvim.nix
|
||||
];
|
||||
}
|
||||
|
||||
6
modules/misc/nixvim.nix
Normal file
6
modules/misc/nixvim.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ lib, config, pkgs, inputs, ... }:
|
||||
with lib;
|
||||
let cfg = config.custom.nixvimPlugins;
|
||||
in {
|
||||
options.custom.nixvimPlugins = mkEnableOption "Enables nixvim plugins";
|
||||
}
|
||||
Reference in New Issue
Block a user