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