This commit is contained in:
2025-09-17 12:02:35 +03:00
parent 28b12ae2ff
commit 7ebab66b5d
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -5,5 +5,6 @@
{
imports = [
../desktop
../services/nekoray.nix
];
}
+12
View File
@@ -0,0 +1,12 @@
{
config,
pkgs,
xlib,
...
}:
{
programs.nekoray = {
enable = true;
tunMode.enable = true;
};
}