mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 20:20:41 +03:00
123
This commit is contained in:
@@ -5,6 +5,5 @@
|
||||
{
|
||||
imports = [
|
||||
../desktop
|
||||
../services/nekoray.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
xlib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
programs.nekoray = {
|
||||
enable = true;
|
||||
tunMode.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user