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:
parent
0acff8a5ab
commit
9b32748bb4
@ -1,6 +1,7 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
@ -23,5 +24,9 @@ in
|
||||
enable = true;
|
||||
# withUWSM = true;
|
||||
};
|
||||
|
||||
fonts.packages = [
|
||||
pkgs.segoe-ui-ttf
|
||||
];
|
||||
};
|
||||
}
|
||||
|
@ -18,6 +18,10 @@
|
||||
./hyprland
|
||||
];
|
||||
|
||||
fonts.fontconfig.defaultFonts.sansSerif = [
|
||||
"Segoe UI"
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# ardour
|
||||
# audacity
|
||||
|
Loading…
x
Reference in New Issue
Block a user