feat: system themes
This commit is contained in:
parent
02f1603e89
commit
e18ad83624
3 changed files with 22 additions and 1 deletions
|
|
@ -134,6 +134,12 @@
|
|||
|
||||
security.sudo.enable = true;
|
||||
|
||||
fonts.fontconfig.defaultFonts = {
|
||||
sansSerif = [ "SF Pro Display" ];
|
||||
monospace = [ "Berkeley Mono" ];
|
||||
serif = [ "Times New Roman" ];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
wget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue