fixup all kinds of bugs

This commit is contained in:
steveej 2022-01-09 21:50:41 +01:00
parent 02bb843015
commit acc37c64f9
10 changed files with 45 additions and 31 deletions

View file

@ -3,22 +3,14 @@
}:
let
unstablepkgs = import <channels-nixos-unstable> {};
in {
home.sessionVariables = {
EDITOR = "nvim";
};
nixpkgs.config = {
pidgin = {
openssl = true;
gnutls = true;
};
};
programs.neovim = {
enable = true;
enable = false;
extraPython3Packages = (ps: with ps; [ ]);
@ -134,6 +126,6 @@ in {
# misc syntax support
vim-bazel maktaba
])
;
;
};
}