supercollider things

feat/kile-v2
Ricard Illa 2022-03-23 19:16:05 +01:00
parent a0a62de1b1
commit 9ff2928533
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
3 changed files with 14 additions and 0 deletions

BIN
grub_background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -97,6 +97,17 @@
};
buildPhase = "# do nothing";
};
scvim = pkgs.vimUtils.buildVimPlugin {
pname = "scvim";
version = "git";
src = pkgs.fetchFromGitHub {
owner = "supercollider";
repo = "scvim";
rev = "4b738f8a13056e0a74227135ff928c0149d233eb";
sha256 = "12ap94ygf9hv03ffcqa44l6h0gf714dx33yqkl6h06r834iff6ab";
};
meta.homepage = "https://github.com/psf/black";
};
in [ # nix-env -f '<nixpkgs>' -qaP -A vimPlugins
FixCursorHold-nvim
@ -142,6 +153,7 @@
fern-hijack
black-vim
vim-tidal
scvim
];
extraConfig = builtins.readFile ./init.vim;
};

View File

@ -75,6 +75,8 @@
directories = [
".config/Signal"
".config/Element"
".config/SuperCollider"
".local/share/SuperCollider"
".local/share/TelegramDesktop"
".local/share/dino"
".local/share/Bisq"