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

View file

@ -161,6 +161,13 @@ in
displayName = "Gitlab"; displayName = "Gitlab";
id = 3; 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 # {{{ Clients
neovim = wrapClient { base = pkgs.neovim-nightly; name = "nvim"; }; neovim = wrapClient { base = pkgs.neovim; name = "nvim"; };
neovide = wrapClient { neovide = wrapClient {
base = pkgs.neovide; base = pkgs.neovide;
@ -95,7 +95,7 @@ let
}; };
firenvim = wrapClient { firenvim = wrapClient {
base = pkgs.neovim-nightly; base = pkgs.neovim;
name = "firenvim"; name = "firenvim";
binName = "nvim"; binName = "nvim";
extraArgs = "--set GIT_DISCOVERY_ACROSS_FILESYSTEM 1"; extraArgs = "--set GIT_DISCOVERY_ACROSS_FILESYSTEM 1";