Upgrade to 25.05
This commit is contained in:
parent
65817f4e70
commit
05f820ed4c
11 changed files with 214 additions and 277 deletions
|
@ -27,11 +27,7 @@
|
|||
};
|
||||
nix.package = pkgs.lix;
|
||||
system.stateVersion = "24.05";
|
||||
terminal.font = "${
|
||||
pkgs.nerdfonts.override {
|
||||
fonts = [ "DejaVuSansMono" ];
|
||||
}
|
||||
}/share/fonts/truetype/NerdFonts/DejaVuSansMNerdFont-Regular.ttf";
|
||||
terminal.font = "${pkgs.nerd-fonts.dejavu-sans-mono}/share/fonts/truetype/NerdFonts/DejaVuSansM/DejaVuSansMNerdFont-Regular.ttf";
|
||||
time.timeZone = "Europe/Amsterdam";
|
||||
}
|
||||
# TODO SSH: https://github.com/nix-community/nix-on-droid/wiki/SSH-access#nix-on-droid-config but using /etc or something. ssh-keygen -A should work then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue