fixup! flake.lock: Update
This commit is contained in:
parent
013dcec3a4
commit
a910cae2dd
2 changed files with 5 additions and 3 deletions
|
@ -29,7 +29,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
betterbird
|
thunderbird
|
||||||
remmina
|
remmina
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -225,6 +225,8 @@
|
||||||
|
|
||||||
# ==== GUI Softwares ==== #
|
# ==== GUI Softwares ==== #
|
||||||
|
|
||||||
|
eudic
|
||||||
|
|
||||||
# Gnome tweaks
|
# Gnome tweaks
|
||||||
gnomeExtensions.paperwm
|
gnomeExtensions.paperwm
|
||||||
gnomeExtensions.search-light
|
gnomeExtensions.search-light
|
||||||
|
@ -348,11 +350,11 @@
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
serif = [
|
serif = [
|
||||||
"Noto Serif CJK SC"
|
"Source Han Serif SC"
|
||||||
"Ubuntu"
|
"Ubuntu"
|
||||||
];
|
];
|
||||||
sansSerif = [
|
sansSerif = [
|
||||||
"Noto Sans CJK SC"
|
"Source Han Sans SC"
|
||||||
"Ubuntu"
|
"Ubuntu"
|
||||||
];
|
];
|
||||||
monospace = [
|
monospace = [
|
||||||
|
|
Loading…
Reference in a new issue