1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- (define-module (my-home packages)
- #:export (%my-packages))
- (define %my-packages
- (list
- "procps"
- "emacs-olivetti"
- "dovecot"
- "isync"
- "tootle"
- "wireguard-tools"
- "gnome-themes-extra"
- "gnome-themes-standard"
- "hicolor-icon-theme"
- "adwaita-icon-theme"
- "pidgin"
- "make"
- "castor"
- "calibre"
- "gajim"
- "fish"
- "kdenlive"
- "flashrom"
- "guile-chickadee"
- "guile-squee"
- "youtube-dl"
- "mako"
- "git"
- "qemu"
- "youtube-viewer"
- "msmtp"
- "xdg-desktop-portal-gtk"
- "xdg-desktop-portal"
- "flatpak"
- "git:send-email"
- "pavucontrol"
- "qbittorrent"
- "linphone-desktop"
- "wf-recorder"
- "sway"
- "gimp"
- "pinentry"
- "mpv"
- "termite"
- "libreoffice"
- "evince"
- "grim"
- "qterminal"
- "pulseaudio"
- "opensmtpd"
- "opensmtpd-filter-dkimsign"
- "xeyes"
- "openssh"
- "gnupg"
- "wget"
- "gnutls"
- "recutils"
- "gcc-toolchain"
- "haunt"
- "unzip"
- "bemenu"
- "endlessh"
- "perl"
- "sassc"
- "guile-syntax-highlight"
- "gtypist"
- "texinfo"
- "font-awesome"
- "font-google-noto"
- "sicp"
- "font-adobe-source-code-pro"
- "font-dejavu"
- "font-hack"))
|