Update state version

This commit is contained in:
thiloho
2023-06-24 21:03:32 +02:00
parent de874d7d8f
commit c3d4374069
2 changed files with 5 additions and 8 deletions

View File

@@ -26,6 +26,8 @@
key = "74F3E176485BE7DA"; key = "74F3E176485BE7DA";
}; };
}; };
home.stateVersion = "22.11";
}; };
system.stateVersion = "22.11";
} }

View File

@@ -215,10 +215,7 @@
}; };
}; };
}; };
firefox = { firefox.enable = true;
enable = true;
package = pkgs.firefox-devedition;
};
git = { git = {
enable = true; enable = true;
userName = "thiloho"; userName = "thiloho";
@@ -240,7 +237,6 @@
NIXOS_OZONE_WL = "1"; NIXOS_OZONE_WL = "1";
EDITOR = "hx"; EDITOR = "hx";
}; };
stateVersion = "22.11";
packages = with pkgs; [ packages = with pkgs; [
libreoffice libreoffice
airshipper airshipper
@@ -260,9 +256,8 @@
grim grim
swappy swappy
kooha kooha
ventoy
]; ];
};
}; };
};
system.stateVersion = "22.11";
} }