Things
- `wireguard` for `hs` - gnome keyring for VSCode to make Copilot work - uninstalled local `Hydra` on `pc` - VSCode -> VSCodeFHS - Emacs - typescript - solidity - envrc mode
This commit is contained in:
parent
3668e2d3d0
commit
816bd8fe6f
132 changed files with 1410 additions and 3682 deletions
11
doom.d/modules/os/exwm/packages.el
Normal file
11
doom.d/modules/os/exwm/packages.el
Normal file
|
@ -0,0 +1,11 @@
|
|||
;; -*- 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...")))
|
Loading…
Add table
Add a link
Reference in a new issue