mirror of
https://github.com/heyitschloehawthorne/nix-config.git
synced 2025-12-15 10:48:39 +11:00
12 lines
200 B
Nix
12 lines
200 B
Nix
{ pkgs, ... }: {
|
|
|
|
enable = true;
|
|
font.name = "CozetteVector";
|
|
font.size = 11.0;
|
|
themeFile = "Monokai_Pro";
|
|
settings = {
|
|
linux_display_server = "x11";
|
|
};
|
|
}
|
|
|