parent
c910b9d8f1
commit
fddd655916
@ -0,0 +1,50 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
# Desktop command line utilities
|
||||||
|
wine
|
||||||
|
pandoc
|
||||||
|
texlive.combined.scheme-full
|
||||||
|
|
||||||
|
# Programming languages
|
||||||
|
jdk
|
||||||
|
|
||||||
|
# Tray applications
|
||||||
|
networkmanagerapplet # nm-applet
|
||||||
|
nextcloud-client
|
||||||
|
protonmail-bridge
|
||||||
|
|
||||||
|
# GNOME apps
|
||||||
|
gnome.cheese
|
||||||
|
gnome.nautilus
|
||||||
|
gnome.file-roller
|
||||||
|
gnome.gnome-calculator
|
||||||
|
gnome.gnome-disk-utility
|
||||||
|
gnome.simple-scan
|
||||||
|
|
||||||
|
# Applications
|
||||||
|
anki-bin
|
||||||
|
mpv # required for audio
|
||||||
|
discord
|
||||||
|
gimp
|
||||||
|
krita
|
||||||
|
inkscape
|
||||||
|
obs-studio
|
||||||
|
qbittorrent
|
||||||
|
pureref
|
||||||
|
libreoffice
|
||||||
|
gnome.ghex
|
||||||
|
evince
|
||||||
|
pdfsam-basic
|
||||||
|
steam
|
||||||
|
sqlitebrowser
|
||||||
|
vscodium
|
||||||
|
zoom-us
|
||||||
|
thunderbird
|
||||||
|
blender
|
||||||
|
|
||||||
|
# Games
|
||||||
|
prismlauncher
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in new issue