NOflake/extras/cosmic.nix
2024-02-24 02:50:02 -08:00

13 lines
199 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
cosmic-term
fontconfig
freetype
lld
pkg-config
];
# environment.variables = {
# PKG_CONFIG_PATH =
# };
}