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