mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 17:28:49 +02:00
src: Add stateVersion to variables
This commit is contained in:
parent
0eadd3469b
commit
198ed44737
@ -94,7 +94,7 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
environment.defaultPackages = [];
|
environment.defaultPackages = [];
|
||||||
system.stateVersion = "22.11";
|
system.stateVersion = VARIABLES.stateVersion;
|
||||||
|
|
||||||
# home-manager
|
# home-manager
|
||||||
home-manager = {
|
home-manager = {
|
||||||
@ -103,7 +103,7 @@ in {
|
|||||||
|
|
||||||
sharedModules = [
|
sharedModules = [
|
||||||
{
|
{
|
||||||
home.stateVersion = "22.11";
|
home.stateVersion = VARIABLES.stateVersion;
|
||||||
|
|
||||||
editorconfig = {
|
editorconfig = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -3,4 +3,5 @@
|
|||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
timezone = "America/New_York";
|
timezone = "America/New_York";
|
||||||
hostHardwareConfiguration = ../hosts/laptop.nix;
|
hostHardwareConfiguration = ../hosts/laptop.nix;
|
||||||
|
stateVersion = "22.11";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user