Update Steam Deck config
This commit is contained in:
parent
4dedb233de
commit
6a3170bad9
11 changed files with 53 additions and 44 deletions
20
linux/protostar/locale.nix
Normal file
20
linux/protostar/locale.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
# Configure default fonts
|
||||
fonts = {
|
||||
fontconfig.defaultFonts = {
|
||||
serif = [ "Noto Serif" "WenQuanYi Zen Hei" ];
|
||||
sansSerif = [ "Inter" "WenQuanYi Zen Hei" ];
|
||||
monospace = [ "Iosevka" "WenQuanYi Zen Hei Mono" ];
|
||||
};
|
||||
packages = with pkgs; [
|
||||
inter
|
||||
iosevka
|
||||
noto-fonts
|
||||
noto-fonts-emoji
|
||||
wqy_zenhei
|
||||
];
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue