remove displays from fcs-nixbook

This commit is contained in:
Tristan 2024-02-11 16:39:51 +00:00
parent e96f4495b2
commit a7db081c82

View file

@ -97,35 +97,4 @@ in {
}; };
} }
]; ];
displays = {
enable = true;
displays = {
"hdmi" = {
enable = true;
name = "HDMI-A-1";
wallpaper = ../images/nier2.jpg;
workspaces = {
start = 6;
end = 10;
};
position = {
x = 0;
y = 0;
};
};
"internal" = {
enable = true;
name = "eDP-1";
workspaces = {
start = 1;
};
position = {
x = 0;
y = 1080;
};
wallpaper = ../images/nix-soft.png;
};
};
};
} }