mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 16:58:34 -05:00
Updated flake.lock and use master helix version
This commit is contained in:
parent
15026c4460
commit
190c9a39f2
4 changed files with 156 additions and 39 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue