feat: Enable hdr in hyprland

Signed-off-by: uttarayan21 <email@uttarayan.me>
This commit is contained in:
uttarayan21
2025-05-16 13:08:30 +05:30
parent e9134e928a
commit 65f57743dd
7 changed files with 18 additions and 7 deletions

View File

@@ -1,14 +1,15 @@
{...}: {
imports = [
# ./sunshine.nix
# ./ollama.nix
# ./rsyncd.nix
./samba.nix
./tailscale.nix
# ./sunshine.nix
# ./zerotier.nix
./tailscale.nix
./samba.nix
./mullvad.nix
./openrgb.nix
];
services = {
# hardware.openrgb.enable = true;
mullvad-vpn.enable = true;
};
}

View File

@@ -0,0 +1,5 @@
{...}: {
services = {
mullvad-vpn.enable = true;
};
}

View File

@@ -0,0 +1,5 @@
{...}: {
services = {
hardware.openrgb.enable = true;
};
}