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

@ -2,9 +2,9 @@
description = "NixOS/Darwin system configuration";
inputs = {
nixpkgs.url = "nixpkgs/nixos-23.05";
nixpkgs.url = "nixpkgs/nixos-23.11";
home-manager = {
url = "github:nix-community/home-manager/release-23.05";
url = "github:nix-community/home-manager/release-23.11";
inputs.nixpkgs.follows = "nixpkgs";
};
firefox-gnome-theme = {