update monitor settings
This commit is contained in:
parent
b65beb218d
commit
9f22a82d4a
|
|
@ -34,6 +34,9 @@
|
|||
apps.home-manager = {
|
||||
type = "app";
|
||||
program = "${hm}/bin/home-manager";
|
||||
meta = {
|
||||
description = "Home Manager for Nix";
|
||||
};
|
||||
};
|
||||
}
|
||||
));
|
||||
|
|
|
|||
|
|
@ -5,6 +5,12 @@ in
|
|||
{
|
||||
system.stateVersion = "25.11";
|
||||
|
||||
cornflake.greeter.monitors = [
|
||||
"DP-1, 5120x2880@60, 0x0, 2"
|
||||
"DP-2, disable"
|
||||
"DP-3, disable"
|
||||
];
|
||||
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
|
||||
|
|
@ -39,7 +45,7 @@ in
|
|||
"$@"
|
||||
'')
|
||||
|
||||
wineWowPackages.waylandFull
|
||||
wineWow64Packages.waylandFull
|
||||
winetricks
|
||||
|
||||
bluez
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@
|
|||
bat
|
||||
wezterm
|
||||
libsixel
|
||||
nixfmt-rfc-style
|
||||
nixfmt
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user