1
Fork 0

Added desmos and switched off nvim nightly

This commit is contained in:
Matei Adriel 2023-03-20 20:02:01 +01:00
parent 87689902c8
commit e5a8434a55
No known key found for this signature in database
4 changed files with 15 additions and 8 deletions

View file

@ -272,11 +272,11 @@
},
"locked": {
"dir": "contrib",
"lastModified": 1679013660,
"narHash": "sha256-/g02wJF9c3BHcL5LyjeOvTLbms0Uem58BlnbYXdC3E0=",
"lastModified": 1679261557,
"narHash": "sha256-NCWm1gDG7RABdg2uyNn1oEv8oUkWgQZkE189L+SE5p4=",
"owner": "neovim",
"repo": "neovim",
"rev": "accdb0104eb607a66a9908f24fbd13552d058765",
"rev": "84027f7515b8ee6f818462f105882fc0052783c4",
"type": "github"
},
"original": {
@ -295,11 +295,11 @@
]
},
"locked": {
"lastModified": 1679040884,
"narHash": "sha256-f9Cn5FlP9L7Fm/DzdB9CmssQovo/SnF980b4HqMoaAc=",
"lastModified": 1679300129,
"narHash": "sha256-o+2LoOq2bKAAaneMCmsWGqvzhwNkb5OyNm5sQOm2adw=",
"owner": "nix-community",
"repo": "neovim-nightly-overlay",
"rev": "403d5f861bd4357b4bc4f7d3be8b42292e6bb4f4",
"rev": "18c8b70ac8793009bb22bb5c53817ff9c27bdc12",
"type": "github"
},
"original": {

View file

@ -161,6 +161,13 @@ in
displayName = "Gitlab";
id = 3;
};
desmos = {
url = "https://www.desmos.com/calculator";
icon = ./icons/desmos.png;
displayName = "Desmos";
id = 4;
};
};
};
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -86,7 +86,7 @@ let
};
# }}}
# {{{ Clients
neovim = wrapClient { base = pkgs.neovim-nightly; name = "nvim"; };
neovim = wrapClient { base = pkgs.neovim; name = "nvim"; };
neovide = wrapClient {
base = pkgs.neovide;
@ -95,7 +95,7 @@ let
};
firenvim = wrapClient {
base = pkgs.neovim-nightly;
base = pkgs.neovim;
name = "firenvim";
binName = "nvim";
extraArgs = "--set GIT_DISCOVERY_ACROSS_FILESYSTEM 1";