From 84bc51c573cfdf29a515e74321a74210e293fe18 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Mon, 26 Sep 2022 12:57:45 +0200 Subject: [PATCH] stuff --- potatobook-g/configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"; + }; + }; }; }; };