Skip to content

Commit

Permalink
Update devenv
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Jul 30, 2024
1 parent a4d9fc0 commit ca2eca4
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .nixd.json

This file was deleted.

96 changes: 92 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
home-manager-diff.url = "github:pedorich-n/home-manager-diff";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
home-manager.url = "github:nix-community/home-manager/release-23.11";
nixd.url = "github:nix-community/nixd";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11";
tmux-dark-notify.flake = false;
tmux-dark-notify.url = "github:erikw/tmux-dark-notify";
Expand Down Expand Up @@ -41,6 +42,7 @@
src = inputs.auto-dark-mode-nvim;
};
};
nixd = inputs.nixd.packages.${system}.default;
})
];
};
Expand Down
13 changes: 12 additions & 1 deletion home/neovim/plugins/lspconfig/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,18 @@ local servers = {
},
},
},
nixd = {},
nixd = {
-- https://github.com/nix-community/nixd/blob/main/nixd/docs/configuration.md
-- settings = {
-- nixd = {
-- options = {
-- home_manager = {
-- expr = '(builtins.getFlake ("git+file://" + toString ./.)).homeConfigurations.sestrella.options',
-- },
-- },
-- },
-- },
},
pyright = {},
ruby_ls = {},
rust_analyzer = {},
Expand Down

0 comments on commit ca2eca4

Please sign in to comment.