⬆️ [shared] Upgrade to NixOS 25.05

This commit is contained in:
2025-05-26 20:27:34 +02:00
parent 53329b8d1c
commit fc89c377e8
14 changed files with 58 additions and 63 deletions

View File

@ -1,4 +1,4 @@
{ pkgs, theme, ... }:
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
@ -8,10 +8,7 @@
fonts = {
fontconfig.enable = true;
packages = with pkgs; [
(nerdfonts.override { fonts = [ theme.nerdFont ]; })
jetbrains-mono
# The line below will replace the lines above in 25.05
# nerd-fonts.jetbrains-mono
nerd-fonts.jetbrains-mono
font-awesome
];
};