From 5d98b5e3fdb5b8626d8d2fb0058b75a1a097debc Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Sat, 10 Feb 2024 19:16:29 -0800 Subject: [PATCH] cosmic de testing what --- extras/cosmic.nix | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/extras/cosmic.nix b/extras/cosmic.nix index 9f66de6..f1bfede 100644 --- a/extras/cosmic.nix +++ b/extras/cosmic.nix @@ -1,17 +1,13 @@ -< < <<<<< -+++++++ -%%%%%%% { pkgs, ... }: { -environment.systemPackages = with pkgs; [ -cosmic-term -fontconfig -freetype -lld -pkg-config -]; + environment.systemPackages = with pkgs; [ + cosmic-term + fontconfig + freetype + lld + pkg-config + ]; -# environment.variables = { -# PKG_CONFIG_PATH = -# }; + # environment.variables = { + # PKG_CONFIG_PATH = + # }; } ->>>>>>>