diff options
Diffstat (limited to '.config/guix/manifest')
| -rw-r--r-- | .config/guix/manifest/doc.scm | 8 | ||||
| -rw-r--r-- | .config/guix/manifest/main.scm | 114 | ||||
| -rw-r--r-- | .config/guix/manifest/media.scm | 6 | ||||
| -rw-r--r-- | .config/guix/manifest/web.scm | 3 | 
4 files changed, 0 insertions, 131 deletions
| diff --git a/.config/guix/manifest/doc.scm b/.config/guix/manifest/doc.scm deleted file mode 100644 index b732864..0000000 --- a/.config/guix/manifest/doc.scm +++ /dev/null @@ -1,8 +0,0 @@ -(specifications->manifest -  '("libreoffice" -    "texlive-amsfonts" -    "texlive-base" -    "texlive-latex-listings" -    ;; "texlive-palatino" -    "texlive-xcolor" -)) diff --git a/.config/guix/manifest/main.scm b/.config/guix/manifest/main.scm deleted file mode 100644 index 8917d27..0000000 --- a/.config/guix/manifest/main.scm +++ /dev/null @@ -1,114 +0,0 @@ -(specifications->manifest -  '("alsa-utils" -    "bash-completion" -    "cpufrequtils" -    "cpupower" -    "cvs" -    "dunst" -    "emacs" -    "emacs-alert" -    "emacs-amx" -    "emacs-async" -    "emacs-biblio-git" -    "emacs-boxquote" -    "emacs-company" -    "emacs-company-ebdb" -    "emacs-crux" -    "emacs-dash" -    "emacs-debbugs" -    "emacs-diff-hl" -    "emacs-dmenu" -    "emacs-doom-themes" -    "emacs-ebdb" -    "emacs-emmet-mode" -    ;; "emacs-emojify" -    "emacs-erc-hl-nicks" -    "emacs-erc-scrolltoplace" -    "emacs-eshell-up" -    "emacs-exec-path-from-shell" -    "emacs-expand-region" -    "emacs-exwm" -    "emacs-exwm-edit" -    "emacs-flycheck" -    "emacs-geiser" -    ;; "emacs-gnus-harvest" -    "emacs-guix" -    "emacs-helpful" -    "emacs-hl-todo" -    "emacs-ivy" -    "emacs-magit" -    "emacs-message-x" -    "emacs-minions" -    ;; "emacs-multi-term" -    "emacs-multiple-cursors" -    "emacs-mwim" -    ;; "emacs-next" -    ;; "emacs-next-delight" -    "emacs-no-littering" -    "emacs-org" -    "emacs-org-contrib" -    "emacs-org-ref" -    "emacs-orgalist" -    "emacs-page-break-lines" -    "emacs-pass" -    "emacs-pinentry" -    "emacs-projectile" -    "emacs-shrink-path-git" -    "emacs-smart-mode-line" -    "emacs-typo" -    "emacs-unkillable-scratch" -    "emacs-use-package" -    "emacs-web-mode" -    "emacs-which-key" -    "emacs-yasnippet" -    "emacs-znc-git" -    "font-adobe-source-code-pro" -    "font-gnu-freefont-ttf" -    "font-google-roboto" -    "font-liberation" -    "font-linuxlibertine" -    "font-sil-gentium" -    "font-tex-gyre" -    ;; "font-ubuntu" -    "font-vazir" -    "getmail" -    "gettext" -    "git" -    "git:send-email" -    "gnupg" -    "guile" -    "haunt" -    "htop" -    "hunspell" -    "hunspell-dict-en-ca" -    "hunspell-dict-en-us" -    "isync" -    "light" -    "msmtp" -    "ncdu" -    "notmuch" -    "openjdk" -    "openssh" -    "openssl" -    "pass-otp" -    "password-store" -    "pasystray" -    "pinentry-emacs" -    "poppler"                           ; for 'pdffonts' -    "rofi" -    "rofi-pass" -    "rsync" -    "rxvt-unicode" -    "screen" -    "scrot" -    "setxkbmap" -    "strace" -    "thinkfan" -    "unzip" -    "wget" -    "xdg-user-dirs" -    ;; "xkbcomp" -    "xmodmap" -    "xrdb" -    "xset" -    "xsetroot")) diff --git a/.config/guix/manifest/media.scm b/.config/guix/manifest/media.scm deleted file mode 100644 index f8ff541..0000000 --- a/.config/guix/manifest/media.scm +++ /dev/null @@ -1,6 +0,0 @@ -(specifications->manifest -  '("audacity" -    "gimp" -    "inkscape" -    "mpv" -    "youtube-dl")) diff --git a/.config/guix/manifest/web.scm b/.config/guix/manifest/web.scm deleted file mode 100644 index 6e5fd34..0000000 --- a/.config/guix/manifest/web.scm +++ /dev/null @@ -1,3 +0,0 @@ -(specifications->manifest -  '("icecat" -    "rtv")) | 
