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
*ook ook*
TODO:
- [ ] sops
- [ ] impermanence
- [ ] fix tre alias/funtion
- [ ] add spotify-player configuration

View file

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