Rebuild packages with pulseaudio and fix GTK theme

This commit is contained in:
2020-05-14 02:09:23 +02:00
parent 3eebf8e140
commit b977babf29
5 changed files with 33 additions and 34 deletions

View File

@@ -6,7 +6,7 @@
htop
# Password management
gnupg
pinentry-curses
pinentry-gnome
pass-wayland
passff-host
gitAndTools.pass-git-helper
@@ -34,7 +34,6 @@
nixfmt
podman-compose
# Rice
gtk_engines
adapta-gtk-theme
paper-icon-theme
# Audio
@@ -51,18 +50,23 @@
isync
notmuch
msmtp
imapnotify
w3m
urlscan
# Media
gimp
# File management
zip
unzip
unrar
];
# Fonts declaration
fonts = {
fonts = with pkgs; [
google-fonts
siji
cherry
iosevka
emacs-all-the-icons-fonts
terminus-nerdfont
];
};