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; [
|
||||
betterbird
|
||||
thunderbird
|
||||
remmina
|
||||
];
|
||||
|
||||
|
|
|
@ -225,6 +225,8 @@
|
|||
|
||||
# ==== GUI Softwares ==== #
|
||||
|
||||
eudic
|
||||
|
||||
# Gnome tweaks
|
||||
gnomeExtensions.paperwm
|
||||
gnomeExtensions.search-light
|
||||
|
@ -348,11 +350,11 @@
|
|||
fontconfig = {
|
||||
defaultFonts = {
|
||||
serif = [
|
||||
"Noto Serif CJK SC"
|
||||
"Source Han Serif SC"
|
||||
"Ubuntu"
|
||||
];
|
||||
sansSerif = [
|
||||
"Noto Sans CJK SC"
|
||||
"Source Han Sans SC"
|
||||
"Ubuntu"
|
||||
];
|
||||
monospace = [
|
||||
|
|
Loading…
Reference in a new issue