Allowothers enabled on Nix systems

This commit is contained in:
Bun 2025-05-16 03:31:17 -04:00
parent 88933b9ce2
commit fca8a0e7e4
4 changed files with 25 additions and 3 deletions

View file

@ -15,7 +15,7 @@
# Profiles
{
profile = {
name = "tower";
name = "tower-tv";
outputs = [
{
criteria = config.displays.tower1;
@ -37,6 +37,26 @@
];
};
}
{
profile = {
name = "tower";
outputs = [
{
criteria = config.displays.tower1;
position = "1920,405";
}
{
criteria = config.displays.tower2;
position = "0,405";
}
{
criteria = config.displays.tower3;
position = "3840,0";
transform = "90";
}
];
};
}
{
profile = {