diff --git a/hardware/fcs-tristan-nixbook.nix b/hardware/fcs-tristan-nixbook.nix index 98d130f..48556bd 100644 --- a/hardware/fcs-tristan-nixbook.nix +++ b/hardware/fcs-tristan-nixbook.nix @@ -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; - }; - }; - }; }