mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2026-03-23 01:06:41 +00:00
- Update flake inputs - Update package names - Update hyprland window rules - Set programs.zsh.dotDir
21 lines
326 B
Nix
21 lines
326 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
fonts.fontconfig.enable = true;
|
|
|
|
home.packages = with pkgs; [
|
|
noto-fonts
|
|
noto-fonts-cjk-sans
|
|
noto-fonts-color-emoji
|
|
dejavu_fonts
|
|
fira-code
|
|
font-awesome
|
|
liberation_ttf
|
|
font-util
|
|
font-bh-75dpi
|
|
font-bh-100dpi
|
|
|
|
mkfontscale
|
|
nerd-fonts.jetbrains-mono
|
|
];
|
|
}
|