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:
@ -18,6 +18,10 @@
|
||||
./hyprland
|
||||
];
|
||||
|
||||
fonts.fontconfig.defaultFonts.sansSerif = [
|
||||
"Segoe UI"
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# ardour
|
||||
# audacity
|
||||
|
Reference in New Issue
Block a user