Compare commits

..

No commits in common. "d86534727e17cd0def712ffb02d8c24db926f391" and "97ed5eb33b72902e94a5548cf866e9e24a627697" have entirely different histories.

2 changed files with 1 additions and 9 deletions

View File

@ -8,15 +8,6 @@
# Display the readme for this repository
readme = import ./readme.nix { inherit pkgs; };
# Rebuild
rebuild = {
type = "app";
program = builtins.toString (pkgs.writeShellScript "rebuild" ''
echo ${pkgs.system}
echo ${if pkgs.stdenv.isDarwin then "darwin" else "linux"}
'');
};
# Load the SSH key for this machine
loadkey = import ./loadkey.nix { inherit pkgs; };

View File

@ -64,6 +64,7 @@ M.packer = function(use)
})
-- Additional syntax sources
use("bfontaine/Brewfile.vim") --- Brewfile syntax
use("chr4/nginx.vim") --- Nginx syntax
use("towolf/vim-helm") --- Helm syntax
use("rodjek/vim-puppet") --- Puppet syntax