This commit is contained in:
2024-02-27 13:55:59 -07:00
parent 8bef0233ba
commit 33df980fa6
36 changed files with 586 additions and 241 deletions

10
fonts/ubuntu/home.nix Normal file
View File

@@ -0,0 +1,10 @@
{ pkgs, ... }: {
home.packages = [
pkgs.ubuntu_font_family
];
programs.kitty.font = {
name = "Ubuntu Mono";
size = 12;
};
}