Updated flake.lock and use master helix version

This commit is contained in:
Tyler Mayoff 2024-10-16 21:11:36 -04:00
parent 15026c4460
commit 190c9a39f2
4 changed files with 156 additions and 39 deletions

View file

@ -1,5 +1,5 @@
{
# inputs,
inputs,
outputs,
# lib,
# config,
@ -27,6 +27,8 @@
outputs.overlays.additions
outputs.overlays.modifications
outputs.overlays.unstable-packages
inputs.helix.overlays.default
];
};
@ -40,7 +42,7 @@
# dotfiles
age
chezmoi
unstable.chezmoi
# backup
restic
@ -56,11 +58,11 @@
# Shell
bash
starship
btop
ripgrep
fh
fd
glow
masters.helix
gitoxide
lnav
@ -81,6 +83,11 @@
ltex-ls # Spell checker
];
programs.helix = {
enable = true;
package = inputs.helix.packages.${pkgs.system}.default;
};
programs.bat = {
enable = true;
config = {