feat: add a lot of stuff
This commit is contained in:
parent
350aebc01d
commit
5505eec77d
28 changed files with 224 additions and 97 deletions
33
users/gandalf/modules/kanshi.nix
Normal file
33
users/gandalf/modules/kanshi.nix
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{ ... }: {
|
||||
|
||||
services.kanshi = {
|
||||
enable = true;
|
||||
|
||||
profiles = {
|
||||
|
||||
home = {
|
||||
outputs = [
|
||||
{
|
||||
criteria = "DP-3";
|
||||
mode = "1920x1080";
|
||||
position = "0,0";
|
||||
}
|
||||
{
|
||||
criteria = "DP-2";
|
||||
mode = "1920x1080";
|
||||
position = "1920,0";
|
||||
}
|
||||
{
|
||||
criteria = "LVDS-1";
|
||||
mode = "1920x1080";
|
||||
position = "3840,0";
|
||||
scale = 1.33;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue