Update flake

This commit is contained in:
Invariantspace 2024-02-22 21:51:12 -08:00
parent f9eaf92be4
commit 436ff6c039
3 changed files with 60 additions and 57 deletions

View file

@ -70,9 +70,12 @@ let usr = config.constants.userName; in {
};
};
};
services.gpg-agent = {
enable = true;
pinentryFlavor = "qt";
services = {
easyeffects.enable = true;
gpg-agent = {
enable = true;
pinentryFlavor = "qt";
};
};
};
@ -90,6 +93,7 @@ let usr = config.constants.userName; in {
autoLogin.user = usr;
sddm = {
enable = true;
settings.General.GreeterEnvironment = "QT_SCREEN_SCALE_FACTORS=2,QT_FONT_DPI=192";
wayland.enable = true;
};
};

View file

@ -3,20 +3,19 @@
{
# Configure default fonts
fonts = {
fontconfig.defaultFonts = {
serif = [ "Noto Serif" "Noto Serif CJK SC" ];
sansSerif = [ "Inter" "Noto Sans CJK SC" ];
monospace = [ "Iosevka" "Noto Sans Mono CJK SC" ];
};
packages = with pkgs; [
inter
iosevka
noto-fonts
noto-fonts-cjk-sans
noto-fonts-cjk
noto-fonts-cjk-serif
noto-fonts-emoji
meslo-lgs-nf
];
fontconfig.defaultFonts = {
serif = [ "Noto Serif" "Noto Serif CJK SC" ];
sansSerif = [ "Inter" "Noto Sans CJK SC" ];
monospace = [ "Iosevka" "Noto Sans CJK SC" ];
};
};
# Configure input methods