From 21f7f5370651f137e5343880c73fb5055c76c975 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Tue, 3 Sep 2024 16:19:32 -0600 Subject: [PATCH] linting --- cosmic.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cosmic.nix b/cosmic.nix index 65478e5..aae23fd 100644 --- a/cosmic.nix +++ b/cosmic.nix @@ -1,6 +1,4 @@ -{ pkgs, ... }: - -{ +{ pkgs, ... }: { services = { gvfs.enable = true; libinput.enable = true;