mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
Trying to skip installing the theme for now
This commit is contained in:
parent
375a6dc02f
commit
b41127e24f
1 changed files with 18 additions and 18 deletions
|
|
@ -1,25 +1,25 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
let
|
#let
|
||||||
github-theme = pkgs.vimUtils.buildVimPlugin {
|
# github-theme = pkgs.vimUtils.buildVimPlugin {
|
||||||
name = "github-theme";
|
# name = "github-theme";
|
||||||
src = builtins.fetchTarball {
|
# src = builtins.fetchTarball {
|
||||||
url = "https://github.com/projekt0n/github-nvim-theme/archive/refs/tags/v1.0.0.tar.gz";
|
# url = "https://github.com/projekt0n/github-nvim-theme/archive/refs/tags/v1.0.0.tar.gz";
|
||||||
sha256 = "15c65qw1sgw3v5wrwbg5f1fqb82qq1yr44g2nrwb7b7m134jyr1h";
|
# sha256 = "15c65qw1sgw3v5wrwbg5f1fqb82qq1yr44g2nrwb7b7m134jyr1h";
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
#
|
||||||
in
|
#in
|
||||||
with pkgs.vimPlugins;
|
with pkgs.vimPlugins;
|
||||||
[
|
[
|
||||||
{
|
# {
|
||||||
plugin = github-theme;
|
# plugin = github-theme;
|
||||||
config = ''
|
# config = ''
|
||||||
lua << EOF
|
# lua << EOF
|
||||||
vim.cmd('colorscheme github_dark_high_contrast')
|
# vim.cmd('colorscheme github_dark_high_contrast')
|
||||||
EOF
|
# EOF
|
||||||
'';
|
# '';
|
||||||
}
|
# }
|
||||||
|
|
||||||
{ plugin = lazygit-nvim; }
|
{ plugin = lazygit-nvim; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue