Skip to content

Commit

Permalink
doom emacs - kubernetes package, in probation
Browse files Browse the repository at this point in the history
doesn't pick up direnv binary, adding globally to the machine
with sadness
abrochard/kubel#90

maybe I'd be able to contribute, but how?
  • Loading branch information
efim committed Jun 25, 2022
1 parent e33d8f0 commit 31b4f35
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions profiles/my-emacs/doom/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -382,5 +382,8 @@ any directory proferred by `consult-dir'."
evil-owl-max-string-length 50)
(evil-owl-mode))

(use-package! kubel)
(use-package! kubel-evil)

(server-start)
(epa-file-enable)
3 changes: 3 additions & 0 deletions profiles/my-emacs/doom/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,6 @@


(package! evil-owl)

(package! kubel)
(package! kubel-evil)
2 changes: 2 additions & 0 deletions roles/hm-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@
firefox
ferdi # browser for web-apps : telegram, element, discord

kubectl

# https://discourse.nixos.org/t/local-flake-based-nix-search-nix-run-and-nix-shell/13433
(writeShellScriptBin "nix-search-local" ''
nix search "path:${inputs.nixpkgs}" "$@"
Expand Down

0 comments on commit 31b4f35

Please sign in to comment.