.hive/modules/desktop/fonts/default.nix

6 lines
80 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
fira-code
];
}