⬆️ [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
];
};

View File

@ -13,8 +13,6 @@
spotify
];
hardware.pulseaudio.enable = false; # Will be moved to services in 25.05
security.rtkit.enable = true; # Enable RealtimeKit for audio purposes
services = {
@ -28,6 +26,6 @@
# Uncomment the following line if you want to use JACK applications
# jack.enable = true;
};
# pulseaudio.enable = false; # TODO uncommenct at 25.05
pulseaudio.enable = false; # Will be moved to services in 25.05
};
}

View File

@ -11,7 +11,7 @@ in
# Select internationalisation properties.
i18n = {
defaultLocale = en;
supportedLocales = [
extraLocales = [
"${en}/${utf-8}"
"${nb}/${utf-8}"
];

View File

@ -3,6 +3,6 @@
{
environment.systemPackages = with pkgs; [
onlyoffice-desktopeditors
planify
# planify
];
}