diff options
| -rw-r--r-- | .config/guix/manifests/desktop.scm | 22 | ||||
| -rw-r--r-- | .config/guix/manifests/emacs.scm | 3 |
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 | )) |
