nixos-config/system/gui/fonts.nix
Sravan Balaji b51a77befa Udiskie, KDE Connect, and Config Cleanup
- Move shell and font configs out of configuration.nix
  and into separate files
- Add udiskie to dwm
- Add kdeconnect for phone connection
2024-03-31 09:27:11 -04:00

18 lines
253 B
Nix

{ config, lib, pkgs, ... }:
{
fonts.fontDir.enable = true;
fonts.packages = with pkgs; [
corefonts
ubuntu_font_family
font-awesome
nerdfonts
noto-fonts-color-emoji
powerline
ipafont
baekmuk-ttf
nerdfonts
];
}