Reformat all Nix files
This commit is contained in:
parent
9e0c1102a9
commit
355b63cf73
81 changed files with 2293 additions and 1153 deletions
|
@ -3,20 +3,23 @@
|
|||
environment.motd = "";
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
config = {...}: {
|
||||
frogeye = config.frogeye;
|
||||
home.file = {
|
||||
".ssh/authorized_keys" = {
|
||||
# TODO Make an option and reuse at other places
|
||||
text = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPE41gxrO8oZ5n3saapSwZDViOQphm6RzqgsBUyA88pU geoffrey@frogeye.fr";
|
||||
config =
|
||||
{ ... }:
|
||||
{
|
||||
frogeye = config.frogeye;
|
||||
home.file = {
|
||||
".ssh/authorized_keys" = {
|
||||
# TODO Make an option and reuse at other places
|
||||
text = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPE41gxrO8oZ5n3saapSwZDViOQphm6RzqgsBUyA88pU geoffrey@frogeye.fr";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
system.stateVersion = "24.05";
|
||||
terminal.font = "${
|
||||
pkgs.nerdfonts.override {
|
||||
fonts = [ "DejaVuSansMono" ];
|
||||
}}/share/fonts/truetype/NerdFonts/DejaVuSansMNerdFont-Regular.ttf";
|
||||
}
|
||||
}/share/fonts/truetype/NerdFonts/DejaVuSansMNerdFont-Regular.ttf";
|
||||
time.timeZone = "Europe/Amsterdam";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue