feat: update flake configurations and add WoL for tsuba device
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
lib,
|
||||
device,
|
||||
...
|
||||
}: {
|
||||
stylix.targets.gtk.enable = false;
|
||||
}:
|
||||
lib.optionalAttrs (device.is "ryu") {
|
||||
gtk = {
|
||||
enable = device.is "ryu";
|
||||
theme = {
|
||||
@@ -38,4 +38,5 @@
|
||||
# pkgs.catppuccinThemes.gtk
|
||||
pkgs.catppuccinThemes.papirus-folders
|
||||
];
|
||||
stylix.targets.gtk.enable = false;
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
...
|
||||
}: {
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
enable = device.is "ryu";
|
||||
openDefaultPorts = true;
|
||||
# user = "${device.user}";
|
||||
# group = "${device.user}";
|
||||
|
||||
@@ -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