NOflake/extras/cosmic.nix
2024-02-10 19:55:09 -08:00

13 lines
201 B
Nix

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