First build; Too many bugs...
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.nixvim.homeModules.nixvim
|
||||
./treesitter.nix
|
||||
./lint.nix
|
||||
./lsp.nix
|
||||
@@ -21,7 +22,6 @@
|
||||
home.packages = with pkgs; [
|
||||
nil
|
||||
biome
|
||||
nixfmt-rfc-style
|
||||
];
|
||||
|
||||
programs.nixvim = {
|
||||
|
||||
Reference in New Issue
Block a user