Upgrade to NixOS 23.11

This commit is contained in:
2023-11-29 22:58:57 +00:00
parent cf40b4d4d3
commit b3ef72d975
4 changed files with 15 additions and 15 deletions

View File

@ -104,8 +104,8 @@ in {
window-gap = 8;
};
"org/gnome/desktop/background" = {
picture-uri = "file://${pkgs.gnome.gnome-backgrounds}/share/backgrounds/gnome/adwaita-l.webp";
picture-uri-dark = "file://${pkgs.gnome.gnome-backgrounds}/share/backgrounds/gnome/adwaita-d.webp";
picture-uri = "file://${pkgs.gnome.gnome-backgrounds}/share/backgrounds/gnome/adwaita-l.jpg";
picture-uri-dark = "file://${pkgs.gnome.gnome-backgrounds}/share/backgrounds/gnome/adwaita-d.jpg";
};
"org/gtk/settings/file-chooser" = {
show-hidden = true;
@ -152,7 +152,7 @@ in {
};
};
fonts.fonts = with pkgs; [
fonts.packages = with pkgs; [
noto-fonts
ubuntu_font_family
];