Update to nixos 22.05 and fix deprecations
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user