Skip to content

Commit

Permalink
fix: neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Jul 10, 2023
1 parent 21b3d4a commit 7cc49c2
Show file tree
Hide file tree
Showing 62 changed files with 1,998 additions and 2,600 deletions.
168 changes: 36 additions & 132 deletions flake.lock

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

3 changes: 0 additions & 3 deletions flake.nix
Expand Up @@ -71,9 +71,6 @@

# secrets management, lock with git commit at 2023/5/15
agenix.url = "github:ryantm/agenix/db5637d10f797bb251b94ef9040b237f4702cde3";

# nix language server, used by vscode & neovim
nil.url = "github:oxalica/nil/2023-05-09";
};

# The `outputs` function will return all the build results of the flake.
Expand Down
1 change: 0 additions & 1 deletion flakes
Submodule flakes deleted from 1c6bfb
1 change: 1 addition & 0 deletions home/base/desktop/default.nix
Expand Up @@ -2,6 +2,7 @@
{
imports = [
../server
./neovim

./development.nix
./media.nix
Expand Down
20 changes: 2 additions & 18 deletions home/base/desktop/development.nix
@@ -1,4 +1,4 @@
{ pkgs, nil, ... }:
{ pkgs, ... }:

{
#############################################################
Expand All @@ -12,12 +12,6 @@
#############################################################

home.packages = with pkgs; [
nil.packages."${pkgs.system}".default # nix language server

# IDE
jetbrains.pycharm-community
jetbrains.idea-community

# cloud native
skopeo
docker-compose
Expand All @@ -38,19 +32,9 @@

# DO NOT install build tools for C/C++, set it per project by devShell instead
gnumake # used by this repo, to simplify the deployment
clang-tools
clang-analyzer

# Golang
go
delve
gopls

# Rust
rustup

# python
(python310.withPackages (ps: with ps; [
(python311.withPackages (ps: with ps; [
ipython
pandas
requests
Expand Down

0 comments on commit 7cc49c2

Please sign in to comment.