mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-23 05:43:55 -05:00
mauville,lavaridge,petalburg: set FLAKE to 24.11 branch
This commit is contained in:
parent
6ab50af352
commit
a03eff91ae
|
@ -37,7 +37,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
FLAKE = lib.mkForce "github:alyraffauf/nixcfg/upgrade-to-2411";
|
FLAKE = lib.mkForce "github:alyraffauf/nixcfg/24.11";
|
||||||
GDK_SCALE = "2";
|
GDK_SCALE = "2";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -97,7 +97,11 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.variables.GDK_SCALE = "1.25";
|
environment.variables = {
|
||||||
|
FLAKE = lib.mkForce "github:alyraffauf/nixcfg/24.11";
|
||||||
|
GDK_SCALE = "1.25";
|
||||||
|
};
|
||||||
|
|
||||||
system.stateVersion = "24.05";
|
system.stateVersion = "24.05";
|
||||||
zramSwap.memoryPercent = 100;
|
zramSwap.memoryPercent = 100;
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,11 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.variables.GDK_SCALE = "2";
|
environment.variables = {
|
||||||
|
FLAKE = lib.mkForce "github:alyraffauf/nixcfg/24.11";
|
||||||
|
GDK_SCALE = "2";
|
||||||
|
};
|
||||||
|
|
||||||
networking.hostName = "petalburg";
|
networking.hostName = "petalburg";
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = [
|
||||||
|
|
Loading…
Reference in a new issue