From 6ec0297968747eeaa7c6e7a390adaeb265f45548 Mon Sep 17 00:00:00 2001 From: Martin Potier Date: Tue, 20 Mar 2018 15:00:44 +0200 Subject: [PATCH] Try to set vim-terraform as a plugin --- default.nix | 108 +++++++++++++++++++++---------------------- pkgs/vim/default.nix | 1 + 2 files changed, 55 insertions(+), 54 deletions(-) diff --git a/default.nix b/default.nix index b4a7459..407b706 100644 --- a/default.nix +++ b/default.nix @@ -1,58 +1,58 @@ { nixpkgs.overlays = [ (import ./pkgs) ]; - # Block Spotify Ads - networking.extraHosts = '' - 127.0.0.1 media-match.com - 127.0.0.1 adclick.g.doublecklick.net - 127.0.0.1 http://www.googleadservices.com - 127.0.0.1 open.spotify.com - 127.0.0.1 pagead2.googlesyndication.com - 127.0.0.1 desktop.spotify.com - 127.0.0.1 googleads.g.doubleclick.net - 127.0.0.1 pubads.g.doubleclick.net - 127.0.0.1 securepubads.g.doubleclick.net - 127.0.0.1 audio2.spotify.com - 127.0.0.1 http://audio2.spotify.com - 127.0.0.1 http://www.audio2.spotify.com - 127.0.0.1 http://www.omaze.com - 127.0.0.1 omaze.com - 127.0.0.1 bounceexchange.com - 127.0.0.1 core.insightexpressai.com - 127.0.0.1 content.bitsontherun.com - 127.0.0.1 s0.2mdn.net - 127.0.0.1 v.jwpcdn.com - 127.0.0.1 d2gi7ultltnc2u.cloudfront.net - 127.0.0.1 crashdump.spotify.com - 127.0.0.1 adeventtracker.spotify.com - 127.0.0.1 log.spotify.com - 127.0.0.1 analytics.spotify.com - 127.0.0.1 ads-fa.spotify.com - 127.0.0.1 cs283.wpc.teliasoneracdn.net - 127.0.0.1 audio-ec.spotify.com - 127.0.0.1 cs126.wpc.teliasoneracdn.net - 127.0.0.1 heads-ec.spotify.com - 127.0.0.1 u.scdn.co - 127.0.0.1 cs126.wpc.edgecastcdn.net - 127.0.0.1 pagead46.l.doubleclick.net - 127.0.0.1 pagead.l.doubleclick.net - 127.0.0.1 video-ad-stats.googlesyndication.com - 127.0.0.1 pagead-googlehosted.l.google.com - 127.0.0.1 partnerad.l.doubleclick.net - 127.0.0.1 prod.spotify.map.fastlylb.net - 127.0.0.1 adserver.adtechus.com - 127.0.0.1 na.gmtdmp.com - 127.0.0.1 anycast.pixel.adsafeprotected.com - 127.0.0.1 ads.pubmatic.com - 127.0.0.1 idsync-ext.rlcdn.com - 127.0.0.1 http://www.googletagservices.com - 127.0.0.1 sto3.spotify.com - 127.0.0.1 spclient.wg.spotify.com - 127.0.0.1 d361oi6ppvq2ym.cloudfront.net - 127.0.0.1 gads.pubmatic.com - 127.0.0.1 ads-west-colo.adsymptotic.com - 127.0.0.1 geo3.ggpht.com - 127.0.0.1 showads33000.pubmatic.com - 127.0.0.1 spclient.wg.spotify.com - ''; + # Block Spotify Ads (this breaks home-manager) + # networking.extraHosts = '' + # 127.0.0.1 media-match.com + # 127.0.0.1 adclick.g.doublecklick.net + # 127.0.0.1 http://www.googleadservices.com + # 127.0.0.1 open.spotify.com + # 127.0.0.1 pagead2.googlesyndication.com + # 127.0.0.1 desktop.spotify.com + # 127.0.0.1 googleads.g.doubleclick.net + # 127.0.0.1 pubads.g.doubleclick.net + # 127.0.0.1 securepubads.g.doubleclick.net + # 127.0.0.1 audio2.spotify.com + # 127.0.0.1 http://audio2.spotify.com + # 127.0.0.1 http://www.audio2.spotify.com + # 127.0.0.1 http://www.omaze.com + # 127.0.0.1 omaze.com + # 127.0.0.1 bounceexchange.com + # 127.0.0.1 core.insightexpressai.com + # 127.0.0.1 content.bitsontherun.com + # 127.0.0.1 s0.2mdn.net + # 127.0.0.1 v.jwpcdn.com + # 127.0.0.1 d2gi7ultltnc2u.cloudfront.net + # 127.0.0.1 crashdump.spotify.com + # 127.0.0.1 adeventtracker.spotify.com + # 127.0.0.1 log.spotify.com + # 127.0.0.1 analytics.spotify.com + # 127.0.0.1 ads-fa.spotify.com + # 127.0.0.1 cs283.wpc.teliasoneracdn.net + # 127.0.0.1 audio-ec.spotify.com + # 127.0.0.1 cs126.wpc.teliasoneracdn.net + # 127.0.0.1 heads-ec.spotify.com + # 127.0.0.1 u.scdn.co + # 127.0.0.1 cs126.wpc.edgecastcdn.net + # 127.0.0.1 pagead46.l.doubleclick.net + # 127.0.0.1 pagead.l.doubleclick.net + # 127.0.0.1 video-ad-stats.googlesyndication.com + # 127.0.0.1 pagead-googlehosted.l.google.com + # 127.0.0.1 partnerad.l.doubleclick.net + # 127.0.0.1 prod.spotify.map.fastlylb.net + # 127.0.0.1 adserver.adtechus.com + # 127.0.0.1 na.gmtdmp.com + # 127.0.0.1 anycast.pixel.adsafeprotected.com + # 127.0.0.1 ads.pubmatic.com + # 127.0.0.1 idsync-ext.rlcdn.com + # 127.0.0.1 http://www.googletagservices.com + # 127.0.0.1 sto3.spotify.com + # 127.0.0.1 spclient.wg.spotify.com + # 127.0.0.1 d361oi6ppvq2ym.cloudfront.net + # 127.0.0.1 gads.pubmatic.com + # 127.0.0.1 ads-west-colo.adsymptotic.com + # 127.0.0.1 geo3.ggpht.com + # 127.0.0.1 showads33000.pubmatic.com + # 127.0.0.1 spclient.wg.spotify.com + # ''; } diff --git a/pkgs/vim/default.nix b/pkgs/vim/default.nix index 27a0722..14ab065 100755 --- a/pkgs/vim/default.nix +++ b/pkgs/vim/default.nix @@ -77,6 +77,7 @@ let vim-gnupg vim-nix vim-orgmode + vim-terraform vimtex vimwiki ];