summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))
+
+