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,
|
self,
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
nixpkgs-unstable,
|
nixpkgs-unstable,
|
||||||
# lix-module,
|
|
||||||
determinate,
|
determinate,
|
||||||
home-manager,
|
home-manager,
|
||||||
darwin,
|
darwin,
|
||||||
helix,
|
|
||||||
...
|
...
|
||||||
} @ inputs: let
|
} @ inputs: let
|
||||||
inherit (self) outputs;
|
inherit (self) outputs;
|
||||||
|
|
|
||||||
|
|
@ -60,7 +60,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
file-picker = {
|
file-picker = {
|
||||||
git-ignore = false;
|
git-ignore = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
lsp = {
|
lsp = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue