feat: weylus
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
./openrgb.nix
|
||||
./command-runner.nix
|
||||
./resolved.nix
|
||||
./weylus.nix
|
||||
# ./dnscrypt.nix
|
||||
];
|
||||
services = {
|
||||
|
||||
7
nixos/ryu/services/weylus.nix
Normal file
7
nixos/ryu/services/weylus.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{device, ...}: {
|
||||
programs.weylus = {
|
||||
enable = true;
|
||||
users = [device.user];
|
||||
openFirewall = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user