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