feat(nixos): add wlx-overlays and wivrn services, update gamemode settings
This commit is contained in:
@@ -16,5 +16,6 @@
|
||||
./fwupd.nix
|
||||
./caddy.nix
|
||||
./monitoring.nix
|
||||
./wivrn.nix
|
||||
];
|
||||
}
|
||||
|
||||
8
nixos/ryu/services/wivrn.nix
Normal file
8
nixos/ryu/services/wivrn.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{...}: {
|
||||
services.wivrn = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
defaultRuntime = true;
|
||||
autoStart = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user