feat: update flake configurations and add WoL for tsuba device
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
device,
|
||||
...
|
||||
}:
|
||||
lib.optionalAttrs (device.is "ryu") {
|
||||
xdg.portal = {
|
||||
enable = pkgs.stdenv.isLinux;
|
||||
# config = {
|
||||
|
||||
Reference in New Issue
Block a user