Update to nixos 22.05 and fix deprecations

This commit is contained in:
Valentin Brandl
2022-06-13 19:22:06 +02:00
parent 64ec259292
commit 7791a8d703
4 changed files with 4 additions and 5 deletions

View File

@ -97,7 +97,7 @@ inputs:
};
systemd.tmpfiles.rules = [
"L+ /lib64/ld-linux-x86-64.so.2 - - - - ${pkgs.stdenv.glibc}/lib64/ld-linux-x86-64.so.2"
"L+ /lib64/ld-linux-x86-64.so.2 - - - - ${pkgs.glibc}/lib64/ld-linux-x86-64.so.2"
];
environment.systemPackages = with pkgs; [
@ -156,7 +156,6 @@ inputs:
enableDefaultFonts = true;
fonts = with pkgs; [
font-awesome
font-awesome-ttf
nerdfonts
noto-fonts
noto-fonts-cjk