use helix flake

This commit is contained in:
atagen 2023-04-21 01:50:05 +10:00
parent f6baa7f1b1
commit ba1684c8d4
3 changed files with 40 additions and 33 deletions

View file

@ -166,17 +166,19 @@ in
darkreader
localcdn
ublock-origin
plasma-integration
keepassxc-browser
user-agent-string-switcher
];
};
};
programs.helix.enable = true;
programs.helix.settings = {
theme = "gruvbox_dark_hard";
editor.lsp.display-messages = true;
programs.helix = {
enable = true;
# package = inputs.helix.packages.${pkgs.hostPlatform.system}.default;
settings = {
theme = "gruvbox_dark_hard";
editor.lsp.display-messages = true;
};
};
programs.kitty = {