From e3f3fa99f3100dc1134ced941ed0fbafc0f74370 Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Tue, 4 Oct 2022 18:41:26 +0200 Subject: Update manifests --- .config/guix/manifests/desktop.scm | 22 ++++++++++++++++++++++ .config/guix/manifests/emacs.scm | 3 ++- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 .config/guix/manifests/desktop.scm (limited to '.config') diff --git a/.config/guix/manifests/desktop.scm b/.config/guix/manifests/desktop.scm new file mode 100644 index 0000000..17f7fef --- /dev/null +++ b/.config/guix/manifests/desktop.scm @@ -0,0 +1,22 @@ +(specifications->manifest + '( + + "flatpak" + + "pulsemixer" + + "blueman" + + "xev" + "xset" + "xrdb" + "xhost" + "xmodmap" + "setxkbmap" + "xrandr" + "arandr" + "xss-lock" + "libinput" + "xinput" + +)) diff --git a/.config/guix/manifests/emacs.scm b/.config/guix/manifests/emacs.scm index b4f3e8e..c6ff413 100644 --- a/.config/guix/manifests/emacs.scm +++ b/.config/guix/manifests/emacs.scm @@ -1,6 +1,5 @@ (specifications->manifest '("emacs" - "emacs-exwm" ;;"emacs-native-comp" "emacs-general" @@ -71,6 +70,8 @@ "emacs-pdf-tools" + "mu" + "emacs-elfeed" )) -- cgit v1.2.3