feat: Enable hdr in hyprland
Signed-off-by: uttarayan21 <email@uttarayan.me>
This commit is contained in:
@@ -34,7 +34,6 @@
|
|||||||
steam-run
|
steam-run
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
zed-editor
|
zed-editor
|
||||||
webcord
|
|
||||||
prismlauncher
|
prismlauncher
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -54,7 +54,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, bitdepth, 10, cm, hdr"
|
||||||
"${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"
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
./caddy.nix
|
./caddy.nix
|
||||||
./fail2ban.nix
|
./fail2ban.nix
|
||||||
./gitea.nix
|
./gitea.nix
|
||||||
|
./appflowy.nix
|
||||||
|
|
||||||
# ./jellyfin.nix
|
# ./jellyfin.nix
|
||||||
# ./polaris.nix
|
# ./polaris.nix
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
services = {
|
services = {
|
||||||
home-assistant = {
|
home-assistant = {
|
||||||
enable = false;
|
enable = true;
|
||||||
extraComponents = [
|
extraComponents = [
|
||||||
"esphome"
|
"esphome"
|
||||||
"met"
|
"met"
|
||||||
|
|||||||
@@ -1,14 +1,15 @@
|
|||||||
{...}: {
|
{...}: {
|
||||||
imports = [
|
imports = [
|
||||||
# ./sunshine.nix
|
|
||||||
# ./ollama.nix
|
# ./ollama.nix
|
||||||
# ./rsyncd.nix
|
# ./rsyncd.nix
|
||||||
./samba.nix
|
# ./sunshine.nix
|
||||||
./tailscale.nix
|
|
||||||
# ./zerotier.nix
|
# ./zerotier.nix
|
||||||
|
./tailscale.nix
|
||||||
|
./samba.nix
|
||||||
|
./mullvad.nix
|
||||||
|
./openrgb.nix
|
||||||
];
|
];
|
||||||
services = {
|
services = {
|
||||||
# hardware.openrgb.enable = true;
|
# hardware.openrgb.enable = true;
|
||||||
mullvad-vpn.enable = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
5
nixos/ryu/services/mullvad.nix
Normal file
5
nixos/ryu/services/mullvad.nix
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{...}: {
|
||||||
|
services = {
|
||||||
|
mullvad-vpn.enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
5
nixos/ryu/services/openrgb.nix
Normal file
5
nixos/ryu/services/openrgb.nix
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{...}: {
|
||||||
|
services = {
|
||||||
|
hardware.openrgb.enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user