diff options
| -rw-r--r-- | manifest.scm | 74 | 
1 files changed, 46 insertions, 28 deletions
| diff --git a/manifest.scm b/manifest.scm index 0a71329..62c9140 100644 --- a/manifest.scm +++ b/manifest.scm @@ -1,21 +1,36 @@  (specifications->manifest -  (list "extract-green-color" -        "guile-sicp-picture-language" -        "emacs-geiser" -        "emacs" -        "ispell" +  (list "guile@2.2.7" +        "g-golf" +        "glade" +        "tootle" +        "nextcloud-client" +        "inkscape" +        "gimp" +        "xournalpp" +        "toot" +        "uim-gtk" +        "pantheon-calculator" +        "vlc"          "electron-cash"          "ristretto"          "imagemagick"          "jami-gnome" -        "emacs-pass"          "wine64"          "pulseaudio"          "guix"          "git"          "git:send-email"          "pinentry" -        "dunst" +        "pavucontrol" +        "lxappearance" +        "thunar" +        "gnome-clocks" +        "scrot" +        "icecat" +        "ungoogled-chromium" +        "icedove" +        "emacs" +        "emacs-pass"          "emacs-magit"          "emacs-guix"          "emacs-exwm" @@ -23,30 +38,20 @@          "emacs-org-caldav"          "emacs-org-download"          "emacs-pdf-tools" -        "pavucontrol" -        "icecat" -        "ungoogled-chromium" -        "icedove" -        "lxappearance" -        "thunar" -        "gnome-clocks" -        "scrot" -        "terminator" -        "xournalpp"          "emacs-w3m" -        "slock" -        "emacs-browse-at-remote" -        "python2-s3cmd" +        "guile-sicp-picture-language" +        "guile-picture-language"          "openssh" -        "gnupg" -        "emacs-ido-completing-read+" -        "emacs-ddskk" +        "zip" +        "guile2.2-cairo" +        "remind" +        "guile-cairo" +        "emacs-geiser" +        "emacs-browse-at-remote"          "emacs-restart-emacs"          "emacs-paredit" -        "emacs-amx"          "emacs-doom-themes"          "emacs-doom-modeline" -        "emacs-ido-at-point"          "emacs-projectile"          "emacs-ag"          "emacs-undo-tree" @@ -54,18 +59,31 @@          "emacs-org-journal"          "emacs-org-bullets"          "emacs-which-key" +        "emacs-helm" +        "pkg-config" +        "gdb" +        "mpd-mpc" +        "xrdb" +        "uim" +        "gcc-toolchain" +        "slock" +        "python2-s3cmd" +        "gnupg" +        "emacs-ddskk"          "setxkbmap" -        "davfs2"          "sbcl"          "wget" -        "hicolor-icon-theme"          "glibc-locales"          "nss-certs" +        "make" +        "unzip" +        "file" +        "ispell" +        "hicolor-icon-theme"          "nvi"          "font-hermit"          "fontconfig"          "font-google-noto"          "gnome-icon-theme"          "the-silver-searcher" -        "light"          "screen")) | 
