feat: Added hdr to primary monitor

Signed-off-by: uttarayan21 <email@uttarayan.me>
This commit is contained in:
uttarayan21
2025-05-06 20:39:51 +05:30
parent 77d36e4d8b
commit 999774e866
2 changed files with 17 additions and 5 deletions

View File

@@ -31,7 +31,7 @@
source = "${pkgs.catppuccinThemes.hyprland}/themes/mocha.conf";
"render:explicit_sync" = true;
monitor = [
"${device.monitors.primary}, 2560x1440@360, 0x0, 1, transform, 0"
"${device.monitors.primary}, 2560x1440@360, 0x0, 1, transform, 0, cm, hdredid"
"${device.monitors.secondary}, 2560x1440@170, -1440x-1120, 1, transform, 1"
"${device.monitors.tertiary}, 2560x1440@170, 2560x-1120, 1, transform, 3"
];

View File

@@ -1,12 +1,24 @@
{config, ...}: {
sops = {
secrets."zerotier/api_key".owner = config.systemd.services.zeronsd-abfd31bd4766754d.serviceConfig.User;
};
services .zerotierone = {
# sops = {
# secrets."zerotier/api_key".owner = config.systemd.services.zeronsd-abfd31bd4766754d.serviceConfig.User;
# };
services.zerotierone = {
enable = true;
port = 9994;
joinNetworks = [
"abfd31bd4766754d"
];
};
# services.zeronsd = {
# servedNetworks = {
# abfd31bd4766754d = {
# settings = {
# log_level = "trace";
# local_url = "http://127.0.0.1:9994";
# domain = "zt.darksailor.dev";
# token = config.sops.secrets."zerotier/api_key".path;
# };
# };
# };
# };
}