rm nix stuff

main
earnest ma 2024-04-28 20:31:48 -04:00
parent 5bbabb0419
commit 982c2fd6e9
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
2 changed files with 0 additions and 22 deletions

View File

@ -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

View File

@ -1,8 +0,0 @@
with import <nixpkgs> {}; [
ghq
hugo
lychee
onefetch
nodejs
nix
]