mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-24 01:02:23 +00:00
Compare commits
2 Commits
97ed5eb33b
...
d86534727e
Author | SHA1 | Date | |
---|---|---|---|
|
d86534727e | ||
|
13e5b9ddc5 |
@ -8,6 +8,15 @@
|
|||||||
# Display the readme for this repository
|
# Display the readme for this repository
|
||||||
readme = import ./readme.nix { inherit pkgs; };
|
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
|
# Load the SSH key for this machine
|
||||||
loadkey = import ./loadkey.nix { inherit pkgs; };
|
loadkey = import ./loadkey.nix { inherit pkgs; };
|
||||||
|
|
||||||
|
@ -64,7 +64,6 @@ M.packer = function(use)
|
|||||||
})
|
})
|
||||||
|
|
||||||
-- Additional syntax sources
|
-- Additional syntax sources
|
||||||
use("bfontaine/Brewfile.vim") --- Brewfile syntax
|
|
||||||
use("chr4/nginx.vim") --- Nginx syntax
|
use("chr4/nginx.vim") --- Nginx syntax
|
||||||
use("towolf/vim-helm") --- Helm syntax
|
use("towolf/vim-helm") --- Helm syntax
|
||||||
use("rodjek/vim-puppet") --- Puppet syntax
|
use("rodjek/vim-puppet") --- Puppet syntax
|
||||||
|
Loading…
x
Reference in New Issue
Block a user