add: marksman language server

This commit is contained in:
ooks-io 2023-08-30 21:22:15 +12:00
parent 2f27ddf42c
commit 0a6600b3a0
2 changed files with 5 additions and 7 deletions

View file

@ -1,10 +1,5 @@
# Personal nix config # Personal nix config
*ook ook* *ook ook*
TODO:
- [ ] sops
- [ ] impermanence
- [ ] fix tre alias/funtion
- [ ] add spotify-player configuration

View file

@ -1,4 +1,4 @@
{ config, ... }: { config, pkgs, ... }:
let let
inherit (config) colorscheme; inherit (config) colorscheme;
in in
@ -7,7 +7,10 @@ in
home.sessionVariables.EDITOR = "hx"; home.sessionVariables.EDITOR = "hx";
home.sessionVariables.VISUAL = "hx"; home.sessionVariables.VISUAL = "hx";
home.packages = with pkgs; [
marksman
];
programs.helix = { programs.helix = {
enable = true; enable = true;
settings = { settings = {