getting theme directly from helix
This commit is contained in:
parent
9e436097a4
commit
5872456084
4 changed files with 2 additions and 394 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue