diff options
author | Alan Pearce | 2023-03-10 16:09:02 +0100 |
---|---|---|
committer | Alan Pearce | 2023-03-10 17:54:38 +0100 |
commit | 1c7c47e4fd2114a28ae06044f12afc765bb07b3c (patch) | |
tree | 9b78c51a3f65aee74db52266c2b475f55a8fe9b8 /user | |
parent | 351141246ce1af29f2269c061d0b11b7eda088f3 (diff) | |
download | nixfiles-1c7c47e4fd2114a28ae06044f12afc765bb07b3c.tar.lz nixfiles-1c7c47e4fd2114a28ae06044f12afc765bb07b3c.tar.zst nixfiles-1c7c47e4fd2114a28ae06044f12afc765bb07b3c.zip |
Setup zig development environment
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/base.nix | 1 | ||||
-rw-r--r-- | user/settings/emacs.nix | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/user/settings/base.nix b/user/settings/base.nix index 370a2e26..47ecf5f1 100644 --- a/user/settings/base.nix +++ b/user/settings/base.nix @@ -29,6 +29,7 @@ conjure vim-surround vim-nix + zig-vim ]; extraConfig = builtins.readFile ../nvim/init.vim; coc = { diff --git a/user/settings/emacs.nix b/user/settings/emacs.nix index a10898ed..a5c0fe8d 100644 --- a/user/settings/emacs.nix +++ b/user/settings/emacs.nix @@ -182,6 +182,7 @@ in { which-key yaml-mode yasnippet + zig-mode ] ++ lib.optionals (!stdenv.isDarwin) [ pkgs.mu |