mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-12 23:52:39 +02:00
fix: shoukei - monitor scale
This commit is contained in:
@@ -1,17 +1,15 @@
|
|||||||
{config, ...}: let
|
{ config, ... }:
|
||||||
|
let
|
||||||
hostName = "shoukei"; # Define your hostname.
|
hostName = "shoukei"; # Define your hostname.
|
||||||
in {
|
in
|
||||||
|
{
|
||||||
modules.desktop.hyprland = {
|
modules.desktop.hyprland = {
|
||||||
nvidia = false;
|
nvidia = false;
|
||||||
settings = {
|
settings.source = [
|
||||||
# Configure your Display resolution, offset, scale and Monitors here, use `hyprctl monitors` to get the info.
|
"${config.home.homeDirectory}/nix-config/hosts/12kingdoms-shoukei/hypr-hardware.conf"
|
||||||
# highres: get the best possible resolution
|
];
|
||||||
# auto: position automatically
|
|
||||||
# 1.5: scale to 1.5 times
|
|
||||||
# bitdepth,10: enable 10 bit support
|
|
||||||
monitor = "eDP-1,highres,auto,1.5,bitdepth,10";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.ssh.matchBlocks."github.com".identityFile = "${config.home.homeDirectory}/.ssh/${hostName}";
|
programs.ssh.matchBlocks."github.com".identityFile =
|
||||||
|
"${config.home.homeDirectory}/.ssh/${hostName}";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
# https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
|
#
|
||||||
|
# Configure your Display resolution, offset, scale and Monitors here, use `hyprctl monitors` to get the info.
|
||||||
|
# highres: get the best possible resolution
|
||||||
|
# auto: position automatically
|
||||||
|
# 1.25: scale to 1.25 times
|
||||||
|
# bitdepth,10: enable 10 bit support
|
||||||
|
monitor=eDP-1, highres@highrr, 0x0, 1.25, bitdepth,10
|
||||||
|
|
||||||
Reference in New Issue
Block a user