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 = + # }; } ->>>>>>>