diff --git a/.sd/nix/sync b/.sd/nix/sync deleted file mode 100755 index ada4cd5..0000000 --- a/.sd/nix/sync +++ /dev/null @@ -1,14 +0,0 @@ -#!/usr/bin/env bash - -# make user environment match ~/.dotfiles/user.nix -# -# This will remove any packages you've installed with nix-env -# but have not added to user.nix. To see exactly what this -# will do, run: -# -# sd nix diff -# https://github.com/ianthehenry/sd-nix/blob/master/sync - -set -euo pipefail - -nix-env -irf ~/.dotfiles/user.nix diff --git a/user.nix b/user.nix deleted file mode 100644 index 6e91523..0000000 --- a/user.nix +++ /dev/null @@ -1,8 +0,0 @@ -with import {}; [ - ghq - hugo - lychee - onefetch - nodejs - nix -]