flake: update

This commit is contained in:
Christoph Hollizeck 2024-12-28 07:49:25 +01:00
parent 79f9124014
commit fe2ac15266
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
3 changed files with 1992 additions and 1 deletions

View file

@ -610,5 +610,9 @@ in
text = builtins.toJSON settings;
};
};
environment.systemPackages = with pkgs.nerd-fonts; [
jetbrains-mono
];
};
}