updated to 23.11

This commit is contained in:
specCon18 2024-02-24 18:03:11 -05:00
parent 801f67a48f
commit 8006260b7f
5 changed files with 26 additions and 26 deletions

View file

@ -67,7 +67,7 @@
displayManager.tuigreet.enable = false;
};
};
fonts.fonts = with pkgs; [
fonts.packages = with pkgs; [
(nerdfonts.override { fonts = [ "SourceCodePro" "DroidSansMono" ]; })
];
}