mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
regular helix
This commit is contained in:
parent
e7caea58df
commit
8d2c73ef24
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
programs.helix = {
|
programs.helix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# package = pkgs.mods.helix;
|
package = pkgs.unstable.helix;
|
||||||
settings = {
|
settings = {
|
||||||
theme = "base16_terminal";
|
theme = "base16_terminal";
|
||||||
editor = {
|
editor = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue