Changes
This commit is contained in:
10
fonts/ubuntu/home.nix
Normal file
10
fonts/ubuntu/home.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = [
|
||||
pkgs.ubuntu_font_family
|
||||
];
|
||||
|
||||
programs.kitty.font = {
|
||||
name = "Ubuntu Mono";
|
||||
size = 12;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user