summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2022-10-04 18:41:26 +0200
committerjdlugosz963 <jdlugosz963@gmail.com>2022-10-04 18:41:26 +0200
commite3f3fa99f3100dc1134ced941ed0fbafc0f74370 (patch)
tree502db92637e87ddae87c79facbe19d6e68b1f584 /.config
parentd4e4f1d4eaddee3c60a5bd963d82c1dcc0083ef5 (diff)
downloaddotfiles-e3f3fa99f3100dc1134ced941ed0fbafc0f74370.tar.gz
dotfiles-e3f3fa99f3100dc1134ced941ed0fbafc0f74370.zip
Update manifests
Diffstat (limited to '.config')
-rw-r--r--.config/guix/manifests/desktop.scm22
-rw-r--r--.config/guix/manifests/emacs.scm3
2 files changed, 24 insertions, 1 deletions
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 @@
1(specifications->manifest
2 '(
3
4 "flatpak"
5
6 "pulsemixer"
7
8 "blueman"
9
10 "xev"
11 "xset"
12 "xrdb"
13 "xhost"
14 "xmodmap"
15 "setxkbmap"
16 "xrandr"
17 "arandr"
18 "xss-lock"
19 "libinput"
20 "xinput"
21
22))
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 @@
1(specifications->manifest 1(specifications->manifest
2 '("emacs" 2 '("emacs"
3 "emacs-exwm"
4 ;;"emacs-native-comp" 3 ;;"emacs-native-comp"
5 4
6 "emacs-general" 5 "emacs-general"
@@ -71,6 +70,8 @@
71 70
72 "emacs-pdf-tools" 71 "emacs-pdf-tools"
73 72
73 "mu"
74
74 "emacs-elfeed" 75 "emacs-elfeed"
75 76
76)) 77))