add fonts module and use that instead
This commit is contained in:
parent
e752131a89
commit
794cf3b7f1
5 changed files with 58 additions and 6 deletions
10
home/common/desktop/gtk.nix
Normal file
10
home/common/desktop/gtk.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ config, pkgs, inputs, lib, ... }: {
|
||||
gtk = {
|
||||
enable = true;
|
||||
font = {
|
||||
name = config.fontProfiles.regular.family;
|
||||
package = config.fontProfiles.regular.package;
|
||||
size = 12;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue