1
0
Fork 0

Ergänze apollo config

This commit is contained in:
Malte Brandy 2018-02-08 23:55:06 +01:00
parent d9d4af195d
commit cd6bd28114

View file

@ -6,4 +6,38 @@ in {
../snippets/everywhere.nix
../snippets/my-systems.nix
];
home.packages = with pkgs; [
# config
gnome3.gnome_session
gnome3.gnome-dictionary
# web
unstable.firefox
chromium
# tools & office
gimp
imagemagick
libreoffice-fresh
pandoc
xournal
musescore
handbrake
octave
# look & feel
arc-theme
arc-icon-theme
libertine
nerdfonts
# media
ncmpcpp
pavucontrol
deluge
mpd
gmpc
calibre
gnome-mpv
];
}