hyprland: set default sans serif font
All checks were successful
Check flake / build-amd64-linux (push) Successful in 3m38s

This commit is contained in:
Jordan Holt 2025-03-24 15:01:33 +00:00
parent 0acff8a5ab
commit 9b32748bb4
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520
2 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{ {
config, config,
lib, lib,
pkgs,
... ...
}: }:
@ -23,5 +24,9 @@ in
enable = true; enable = true;
# withUWSM = true; # withUWSM = true;
}; };
fonts.packages = [
pkgs.segoe-ui-ttf
];
}; };
} }

View File

@ -18,6 +18,10 @@
./hyprland ./hyprland
]; ];
fonts.fontconfig.defaultFonts.sansSerif = [
"Segoe UI"
];
home.packages = with pkgs; [ home.packages = with pkgs; [
# ardour # ardour
# audacity # audacity