added font config

This commit is contained in:
twoneis 2023-11-24 03:48:58 +01:00
parent 2178b7e2d9
commit 8252fc9f31
10 changed files with 3805 additions and 13 deletions

View file

@ -1,3 +1,3 @@
{ pkgs, ... }: {
home.packages = with pkgs; [discord];
home.packages = with pkgs; [armcord];
}