This commit is contained in:
Léana 江 2024-01-04 12:40:49 +01:00 committed by Léana 江
parent bc479e1cac
commit 78a82fbe18
20 changed files with 282 additions and 224 deletions

View file

@ -1,7 +1,11 @@
{ pkgs, wired, ... }: {
{
pkgs,
wired,
...
}: {
home.packages = with pkgs; [
# fonts
(nerdfonts.override { fonts = [ "CascadiaCode" "JetBrainsMono" "Meslo" ]; })
(nerdfonts.override {fonts = ["CascadiaCode" "JetBrainsMono" "Meslo"];})
lmodern
cascadia-code
];