mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-24 06:52:24 +00:00
Compare commits
No commits in common. "d86534727e17cd0def712ffb02d8c24db926f391" and "97ed5eb33b72902e94a5548cf866e9e24a627697" have entirely different histories.
d86534727e
...
97ed5eb33b
@ -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; };
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user