This commit is contained in:
Miguel Palhas
2024-12-20 11:31:05 +00:00
parent 5aaeefab69
commit b1f443db0e
4 changed files with 11 additions and 17 deletions
+2 -8
View File
@@ -10,15 +10,9 @@
packages = with pkgs; [
ubuntu_font_family
libertine
fira-code
fira-code-symbols
nerd-fonts.fira-code
nerd-fonts.victor-mono
roboto
(nerdfonts.override {
fonts = [
"FiraCode"
"VictorMono"
];
})
];
fontconfig = {
+1 -1
View File
@@ -50,7 +50,7 @@ in
let
authorizedKeys = pkgs.fetchurl {
url = "https://github.com/naps62.keys";
sha256 = "sha256-rDWxVY9NqeMs/BhShf4a0++KCPCgPmy2QPFehBvsmnk=";
sha256 = "sha256-xVrGO4Cultc3tPcnLFKLa98btLh7EAl3tLM1MTvwmn8=";
};
in
pkgs.lib.splitString "\n" (builtins.readFile authorizedKeys);