getting theme directly from helix

This commit is contained in:
twoneis 2023-11-24 05:21:40 +01:00
parent 9e436097a4
commit 5872456084
4 changed files with 2 additions and 394 deletions

View file

@ -1,14 +1,8 @@
{ pkgs, ... }:
let
themes = {
rosepine = builtins.fromTOML "${builtins.readFile ./rose_pine_dawn.toml}";
};
in {
{ pkgs, ... }: {
programs.helix = {
enable = true;
defaultEditor = true;
extraPackages = with pkgs; [ nil marksman ];
settings = import ./helix-config.nix;
themes = themes;
};
}