mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 10:16:13 +01:00
xrandr screen compatibility
This commit is contained in:
@@ -18,4 +18,8 @@
|
||||
]);
|
||||
|
||||
fonts.packages = with pkgs; [ nerdfonts ];
|
||||
|
||||
environment.sessionVariables = {
|
||||
FLAKE = "/home/mike/.dots";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -45,5 +45,17 @@
|
||||
};
|
||||
};
|
||||
|
||||
xrandrHeads = [
|
||||
{
|
||||
output = "HDMI-0";
|
||||
}
|
||||
{
|
||||
output = "DP-2";
|
||||
primary = true;
|
||||
}
|
||||
{
|
||||
output = "DP-0";
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user