NOflake/extras/cosmic.nix

14 lines
199 B
Nix
Raw Normal View History

2024-02-24 02:30:17 -08:00
{pkgs, ...}: {
2024-02-10 19:16:29 -08:00
environment.systemPackages = with pkgs; [
cosmic-term
fontconfig
freetype
lld
pkg-config
];
2024-02-08 10:37:39 -08:00
2024-02-10 19:16:29 -08:00
# environment.variables = {
# PKG_CONFIG_PATH =
# };
2024-02-08 10:37:39 -08:00
}