feat: system themes
This commit is contained in:
parent
02f1603e89
commit
e18ad83624
3 changed files with 22 additions and 1 deletions
|
|
@ -77,6 +77,14 @@ in
|
|||
x11.enable = false;
|
||||
};
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
font = {
|
||||
name = "SF Pro Display";
|
||||
size = 11;
|
||||
};
|
||||
};
|
||||
|
||||
home.file.".local/share/fonts".source =
|
||||
config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/.config/nix/fonts";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue