NOflake/extras/cosmic.nix

14 lines
201 B
Nix
Raw Normal View History

2024-02-08 10:37:39 -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
}