mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 21:32:27 +00:00
Bump to nixos-23.11
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
fonts.fonts = with pkgs; [
|
||||
fonts.packages = with pkgs; [
|
||||
dejavu_fonts
|
||||
fira-code
|
||||
fira-code-symbols
|
||||
|
@@ -4,7 +4,7 @@
|
||||
|
||||
system = {
|
||||
autoUpgrade.enable = true;
|
||||
stateVersion = "23.05";
|
||||
stateVersion = "23.11";
|
||||
};
|
||||
|
||||
nix = {
|
||||
@@ -70,7 +70,7 @@
|
||||
};
|
||||
};
|
||||
gnome.gnome-keyring.enable = true;
|
||||
mullvad-vpn.enable = true;
|
||||
mullvad-vpn.enable = false;
|
||||
printing.enable = true;
|
||||
resolved.enable = true;
|
||||
xserver = {
|
||||
|
Reference in New Issue
Block a user