diff --git a/potatobook-g/configuration.nix b/potatobook-g/configuration.nix index ffad5bc..c27b4e7 100644 --- a/potatobook-g/configuration.nix +++ b/potatobook-g/configuration.nix @@ -56,11 +56,11 @@ profiles = { "default" = { config = { - "eDP-1" = { - enable = true; - mode = "1920x1200"; - }; - }; + "eDP-1" = { + enable = true; + mode = "1920x1200"; + }; + }; }; }; };