diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-12-02 09:49:47 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-12-02 09:49:47 -0500 |
commit | fc220d4cb281b3843dc692624c48545f18c82eb6 (patch) | |
tree | 661acb6a2ce1e1da2f1b71d2b60ae4511b615336 | |
parent | d64547681fc133d13829fd105607f8b1bd17c177 (diff) |
Replace profile.scm with laptop-manifest.scm.
-rw-r--r-- | laptop-manifest.scm (renamed from profile.scm) | 60 |
1 files changed, 20 insertions, 40 deletions
diff --git a/profile.scm b/laptop-manifest.scm index 6f84013..812a9a1 100644 --- a/profile.scm +++ b/laptop-manifest.scm @@ -1,4 +1,4 @@ -;;; Copyright © 2015, 2016, 2017 David Thompson <davet@gnu.org> +;;; Copyright © 2022 David Thompson <davet@gnu.org> ;;; ;;; This program is free software; you can redistribute it and/or ;;; modify it under the terms of the GNU General Public License as @@ -22,58 +22,38 @@ ;; ;; guix package -m profile.scm -(use-modules (guix licenses) +(use-modules (guix git-download) (guix packages) - (guix git-download) - (guix build-system trivial) - (gnu packages autotools) - (gnu packages texinfo)) - -(use-package-modules admin emacs engineering fonts game-development - gimp gnome gnupg gnuzilla graphics graphviz guile - inkscape less libusb linux mail man music ncurses - package-management password-utils - pulseaudio screen ssh version-control video - wget xdisorg xorg python) + (nongnu packages mozilla)) +(use-package-modules emacs emacs-xyz fonts gimp gnome guile version-control ssh) (packages->manifest - (list blender - emacs + (list emacs emacs-better-defaults - emacs-elfeed + emacs-doom-modeline + emacs-doom-themes + emacs-flycheck-guile + emacs-geiser-guile emacs-guix emacs-ido-ubiquitous emacs-js2-mode + emacs-magit emacs-markdown-mode - emacs-projectile + emacs-paredit emacs-rainbow-delimiters emacs-smex + emacs-typo + emacs-use-package emacs-web-mode + emacs-which-key emacs-yaml-mode - font-adobe-source-han-sans - font-dejavu + firefox font-inconsolata - geiser gimp git (list git "send-email") - gmtp - gnome-mpv - gnupg - guile-2.2 - guix - icecat - magit - notmuch - offlineimap - paredit - pinentry - pwgen - screen - shepherd - strace - tiled - typo - wget - xmodmap - youtube-dl)) + gnome-tweaks + guile-3.0 + openssh)) + + |