hyprland: set default sans serif font
All checks were successful
Check flake / build-amd64-linux (push) Successful in 3m38s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 3m38s
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
@ -23,5 +24,9 @@ in
|
||||
enable = true;
|
||||
# withUWSM = true;
|
||||
};
|
||||
|
||||
fonts.packages = [
|
||||
pkgs.segoe-ui-ttf
|
||||
];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user