nixfleet/doom.d/modules/os/exwm/packages.el
Andrea Ciceri 816bd8fe6f
Things
- `wireguard` for `hs`
- gnome keyring for VSCode to make Copilot work
- uninstalled local `Hydra` on `pc`
- VSCode -> VSCodeFHS
- Emacs
  - typescript
  - solidity
  - envrc mode
2022-07-30 11:34:26 +02:00

11 lines
346 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; os/exwm/packages.el
;; Here we require the `exwm' package.
(package! exwm :pin "e43bd78...")
;; Here we require the `exwm-firefox*' packages.
(when (featurep! +firefox)
(if (featurep! :editor evil)
(package! exwm-firefox-evil :pin "14643ee...")
(package! exwm-firefox-core :pin "e2fe2a8ODO...")))