feat: Added hdr to primary monitor
Signed-off-by: uttarayan21 <email@uttarayan.me>
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
source = "${pkgs.catppuccinThemes.hyprland}/themes/mocha.conf";
|
source = "${pkgs.catppuccinThemes.hyprland}/themes/mocha.conf";
|
||||||
"render:explicit_sync" = true;
|
"render:explicit_sync" = true;
|
||||||
monitor = [
|
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.secondary}, 2560x1440@170, -1440x-1120, 1, transform, 1"
|
||||||
"${device.monitors.tertiary}, 2560x1440@170, 2560x-1120, 1, transform, 3"
|
"${device.monitors.tertiary}, 2560x1440@170, 2560x-1120, 1, transform, 3"
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -1,12 +1,24 @@
|
|||||||
{config, ...}: {
|
{config, ...}: {
|
||||||
sops = {
|
# sops = {
|
||||||
secrets."zerotier/api_key".owner = config.systemd.services.zeronsd-abfd31bd4766754d.serviceConfig.User;
|
# secrets."zerotier/api_key".owner = config.systemd.services.zeronsd-abfd31bd4766754d.serviceConfig.User;
|
||||||
};
|
# };
|
||||||
services .zerotierone = {
|
services.zerotierone = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 9994;
|
port = 9994;
|
||||||
joinNetworks = [
|
joinNetworks = [
|
||||||
"abfd31bd4766754d"
|
"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;
|
||||||
|
# };
|
||||||
|
# };
|
||||||
|
# };
|
||||||
|
# };
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user