mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
chore: adapt flake for 'nix flake check'
This commit is contained in:
parent
584cc31ce3
commit
453869609c
9 changed files with 24 additions and 14 deletions
|
|
@ -1194,6 +1194,11 @@ create a new one."
|
|||
|
||||
(use-package nixpkgs-fmt)
|
||||
|
||||
(use-package shfmt
|
||||
:config
|
||||
(setq shfmt-command "shfmt")
|
||||
(setq shfmt-arguments '("-i" "4" "-s" "-sr")))
|
||||
|
||||
(setq markdown-command "pandoc")
|
||||
|
||||
(use-package markdown-mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue