diff options
| author | jdlugosz963 <jdlugosz963@gmail.com> | 2022-10-15 14:03:46 +0200 |
|---|---|---|
| committer | jdlugosz963 <jdlugosz963@gmail.com> | 2022-10-15 14:03:46 +0200 |
| commit | e43f3c403ff49e87641bb6c745080760f272446f (patch) | |
| tree | c964d54e79c87ec466658e289e10303c861be5cd /.config/guix/manifests | |
| parent | e62c8a78ec0b8727d138fbe4144cf718b7da867d (diff) | |
| download | dotfiles-e43f3c403ff49e87641bb6c745080760f272446f.tar.gz dotfiles-e43f3c403ff49e87641bb6c745080760f272446f.zip | |
Update dotfiles
Diffstat (limited to '.config/guix/manifests')
| -rw-r--r-- | .config/guix/manifests/desktop.scm | 22 | ||||
| -rw-r--r-- | .config/guix/manifests/emacs.scm | 77 |
2 files changed, 0 insertions, 99 deletions
diff --git a/.config/guix/manifests/desktop.scm b/.config/guix/manifests/desktop.scm deleted file mode 100644 index 17f7fef..0000000 --- a/.config/guix/manifests/desktop.scm +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 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 deleted file mode 100644 index c6ff413..0000000 --- a/.config/guix/manifests/emacs.scm +++ /dev/null | |||
| @@ -1,77 +0,0 @@ | |||
| 1 | (specifications->manifest | ||
| 2 | '("emacs" | ||
| 3 | ;;"emacs-native-comp" | ||
| 4 | |||
| 5 | "emacs-general" | ||
| 6 | |||
| 7 | "emacs-undo-tree" | ||
| 8 | "emacs-evil" | ||
| 9 | "emacs-evil-collection" | ||
| 10 | |||
| 11 | "emacs-diminish" | ||
| 12 | "emacs-doom-themes" | ||
| 13 | "font-hack" | ||
| 14 | |||
| 15 | "emacs-hl-todo" | ||
| 16 | |||
| 17 | "emacs-counsel" | ||
| 18 | "emacs-ivy" | ||
| 19 | |||
| 20 | "emacs-which-key" | ||
| 21 | |||
| 22 | "emacs-doom-modeline" | ||
| 23 | |||
| 24 | "emacs-hydra" | ||
| 25 | |||
| 26 | "emacs-beacon" | ||
| 27 | |||
| 28 | "emacs-org" | ||
| 29 | |||
| 30 | "emacs-evil-org" | ||
| 31 | |||
| 32 | "emacs-toc-org" | ||
| 33 | |||
| 34 | "emacs-visual-fill-column" | ||
| 35 | |||
| 36 | "emacs-org-superstar" | ||
| 37 | |||
| 38 | "emacs-org-roam" | ||
| 39 | |||
| 40 | "emacs-lsp-mode" | ||
| 41 | "emacs-lsp-ivy" | ||
| 42 | |||
| 43 | "emacs-pyvenv" | ||
| 44 | ;; "emacs-python-mode" | ||
| 45 | |||
| 46 | "emacs-typescript-mode" | ||
| 47 | "emacs-web-mode" | ||
| 48 | "emacs-tide" | ||
| 49 | "emacs-flycheck" | ||
| 50 | |||
| 51 | "emacs-yaml-mode" | ||
| 52 | |||
| 53 | "emacs-docker" | ||
| 54 | |||
| 55 | "emacs-company" | ||
| 56 | |||
| 57 | "emacs-projectile" | ||
| 58 | |||
| 59 | "emacs-neotree" | ||
| 60 | |||
| 61 | "emacs-magit" | ||
| 62 | |||
| 63 | "emacs-vterm" | ||
| 64 | |||
| 65 | ; "emacs-dired-single" | ||
| 66 | "emacs-dired-hacks" | ||
| 67 | "emacs-all-the-icons-dired" | ||
| 68 | |||
| 69 | "emacs-emms" | ||
| 70 | |||
| 71 | "emacs-pdf-tools" | ||
| 72 | |||
| 73 | "mu" | ||
| 74 | |||
| 75 | "emacs-elfeed" | ||
| 76 | |||
| 77 | )) | ||
