nix-on-droid: Fix stateVersion
Still doesn't know 24.11
This commit is contained in:
parent
f48f0f798c
commit
8142336d1e
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.05";
|
||||||
terminal.font = "${
|
terminal.font = "${
|
||||||
pkgs.nerdfonts.override {
|
pkgs.nerdfonts.override {
|
||||||
fonts = [ "DejaVuSansMono" ];
|
fonts = [ "DejaVuSansMono" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue