Move fonts to system config
This commit is contained in:
@ -37,8 +37,9 @@ rec {
|
|||||||
fcitx5-configtool
|
fcitx5-configtool
|
||||||
];
|
];
|
||||||
|
|
||||||
# Make fonts installed through packages available to applications
|
# Make fonts installed through user packages available to applications
|
||||||
fonts.fontconfig.enable = true;
|
# TODO: I don't think I need this anymore as all fonts are installed through the system config
|
||||||
|
fonts.fontconfig.enable = true; # Also updates the font-cache
|
||||||
|
|
||||||
# TODO: Module
|
# TODO: Module
|
||||||
gtk = {
|
gtk = {
|
||||||
@ -93,7 +94,7 @@ rec {
|
|||||||
procs
|
procs
|
||||||
tokei
|
tokei
|
||||||
rsync
|
rsync
|
||||||
rclone
|
# rclone
|
||||||
xclip
|
xclip
|
||||||
xorg.xwininfo
|
xorg.xwininfo
|
||||||
xdotool
|
xdotool
|
||||||
@ -101,7 +102,8 @@ rec {
|
|||||||
ffmpeg
|
ffmpeg
|
||||||
imagemagick
|
imagemagick
|
||||||
# htop
|
# htop
|
||||||
httpie
|
# httpie
|
||||||
|
nix-locate
|
||||||
|
|
||||||
# Gnome extensions
|
# Gnome extensions
|
||||||
# TODO: Make a gnome module
|
# TODO: Make a gnome module
|
||||||
@ -181,23 +183,23 @@ rec {
|
|||||||
# godot
|
# godot
|
||||||
|
|
||||||
# Icons
|
# Icons
|
||||||
|
# TODO: Check if this is needed
|
||||||
# papirus-icon-theme # Moved to iconTheme
|
# papirus-icon-theme # Moved to iconTheme
|
||||||
|
|
||||||
# Fonts
|
# Fonts (Disabled because we use the system config)
|
||||||
# TODO: Make a module and move to fonts.fonts or something more specific
|
# victor-mono
|
||||||
victor-mono
|
# source-code-pro
|
||||||
source-code-pro
|
# source-sans-pro
|
||||||
source-sans-pro
|
# source-serif-pro
|
||||||
source-serif-pro
|
# (pkgs.nerdfonts.override { fonts = [ "VictorMono" ]; })
|
||||||
jetbrains-mono
|
# source-han-mono
|
||||||
etBook
|
# source-han-sans
|
||||||
overpass
|
# source-han-serif
|
||||||
source-han-mono
|
# wqy_zenhei
|
||||||
source-han-sans
|
# wqy_microhei
|
||||||
source-han-serif
|
# jetbrains-mono
|
||||||
wqy_zenhei
|
# etBook
|
||||||
wqy_microhei
|
# overpass
|
||||||
(pkgs.nerdfonts.override { fonts = [ "VictorMono" ]; })
|
|
||||||
|
|
||||||
# Audio
|
# Audio
|
||||||
# TODO: Make a module
|
# TODO: Make a module
|
||||||
|
Reference in New Issue
Block a user