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
Generated
+6 -6
View File
@@ -903,11 +903,11 @@
},
"nixpkgs_7": {
"locked": {
"lastModified": 1733015953,
"narHash": "sha256-t4BBVpwG9B4hLgc6GUBuj3cjU7lP/PJfpTHuSqE+crk=",
"lastModified": 1734119587,
"narHash": "sha256-AKU6qqskl0yf2+JdRdD0cfxX4b9x3KKV5RqA6wijmPM=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "ac35b104800bff9028425fec3b6e8a41de2bbfff",
"rev": "3566ab7246670a43abd2ffa913cc62dad9cdf7d5",
"type": "github"
},
"original": {
@@ -1001,11 +1001,11 @@
"nvchad-starter": {
"flake": false,
"locked": {
"lastModified": 1733233534,
"narHash": "sha256-LD7b4v8cIQ6xh+5jYGdXMwrWPCx9axe8bRIyyAxZfVs=",
"lastModified": 1734449606,
"narHash": "sha256-NqJNb1z1STVxBDggqC3zGYabHl71KUnhCCIGMq17HDM=",
"owner": "naps62",
"repo": "nvchad-starter",
"rev": "3dd6ed2d3f5ce4acce10919aae56f632bb6f32c3",
"rev": "ff4b0e2039d65e2a525bd6af58878d83fcb3dab5",
"type": "github"
},
"original": {
+2 -2
View File
@@ -10,8 +10,8 @@
enabled_layouts = "tall, grid, fat, splits";
# font
font_family = "FiraCode Nerd Font Regular";
bold_font = "FiraCode Nerd Font Bold";
font_family = "FiraCode Nerd Font Mono";
bold_font = "FiraCode Nerd Font Mono Bold";
italic_font = "VictorMono Nerd Font Mono Oblique";
bold_italic_font = "VictorMono Nerd Font Mono Bold Oblique";
disable_ligatures = "cursor";
+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);