update monitor settings
This commit is contained in:
parent
b65beb218d
commit
9f22a82d4a
|
|
@ -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";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
));
|
));
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,6 @@
|
||||||
bat
|
bat
|
||||||
wezterm
|
wezterm
|
||||||
libsixel
|
libsixel
|
||||||
nixfmt-rfc-style
|
nixfmt
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user