hyper cuck

This commit is contained in:
zastian@mrthoddata.com
2025-09-15 16:48:19 +01:00
parent 935257bc4b
commit f5c7879447
2 changed files with 4 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ in
++ lib.optional (systemName == "pc") {
output = "DP-1";
mode = "2560x1440@239.97";
position = "2560x0"; # Corrected from 2569x0 for seamless alignment
position = "2560x0";#"1440x750"; # Corrected from 2569x0 for seamless alignment
scale = 1;
#supports_wide_color = 1;
bitdepth = 10;
@@ -76,6 +76,7 @@ in
mode = "2560x1440@144";
scale = 1;
position = "0x0";
transform = 0;
};
##########################################################################

View File

@@ -36,8 +36,8 @@ in
];
# You can find color schemes at: https://github.com/tinted-theming/schemes
colorScheme = inputs.nix-colors.colorSchemes.hardcore;
stylix.base16Scheme.base00 = "141414";
colorScheme = inputs.nix-colors.colorSchemes.blueish;
stylix.base16Scheme.base00 = "0F1417";
# Home Manager user information
home.username = "work";