update monitor settings

This commit is contained in:
Keisuke Hirata 2026-03-01 00:07:03 +09:00
parent b65beb218d
commit 9f22a82d4a
3 changed files with 11 additions and 2 deletions

View File

@ -34,6 +34,9 @@
apps.home-manager = { apps.home-manager = {
type = "app"; type = "app";
program = "${hm}/bin/home-manager"; program = "${hm}/bin/home-manager";
meta = {
description = "Home Manager for Nix";
};
}; };
} }
)); ));

View File

@ -5,6 +5,12 @@ in
{ {
system.stateVersion = "25.11"; system.stateVersion = "25.11";
cornflake.greeter.monitors = [
"DP-1, 5120x2880@60, 0x0, 2"
"DP-2, disable"
"DP-3, disable"
];
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
@ -39,7 +45,7 @@ in
"$@" "$@"
'') '')
wineWowPackages.waylandFull wineWow64Packages.waylandFull
winetricks winetricks
bluez bluez

View File

@ -10,6 +10,6 @@
bat bat
wezterm wezterm
libsixel libsixel
nixfmt-rfc-style nixfmt
]; ];
} }