feat: Remove grafana
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
{inputs, ...}: {
|
||||
{
|
||||
inputs,
|
||||
device,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
# Import the hyprmonitors module
|
||||
inputs.hyprmonitors.homeManagerModules.hyprmonitors
|
||||
@@ -6,7 +10,7 @@
|
||||
|
||||
# Configure hyprmonitors service
|
||||
services.hyprmonitors = {
|
||||
enable = true;
|
||||
enable = device.is "ryu";
|
||||
|
||||
# Optional: customize host and port (defaults shown)
|
||||
host = "0.0.0.0";
|
||||
|
||||
Reference in New Issue
Block a user