mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
missed something, reverted helix config to ignore .gitignore
This commit is contained in:
parent
d268f8b516
commit
bd56720268
2 changed files with 1 additions and 3 deletions
|
|
@ -20,11 +20,9 @@
|
|||
self,
|
||||
nixpkgs,
|
||||
nixpkgs-unstable,
|
||||
# lix-module,
|
||||
determinate,
|
||||
home-manager,
|
||||
darwin,
|
||||
helix,
|
||||
...
|
||||
} @ inputs: let
|
||||
inherit (self) outputs;
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
};
|
||||
|
||||
file-picker = {
|
||||
git-ignore = false;
|
||||
git-ignore = true;
|
||||
};
|
||||
|
||||
lsp = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue