NOflake/extras/cosmic.nix

18 lines
205 B
Nix
Raw Normal View History

2024-02-08 10:37:39 -08:00
< < <<<<<
+++++++
%%%%%%%
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
cosmic-term
fontconfig
freetype
lld
pkg-config
];
# environment.variables = {
# PKG_CONFIG_PATH =
# };
}
>>>>>>>