aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-20 01:58:14 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-04-20 02:17:17 +0200
commite94cd212b4a43296d44876b3c5f7113e9f5b9727 (patch)
tree292bfe25517e1993368f10aa5d14071d8d6fdf7d /config
parentd3452fc59b9839846225fd254926c64a9c71f071 (diff)
downloadNix-e94cd212b4a43296d44876b3c5f7113e9f5b9727.tar.gz
Nix-e94cd212b4a43296d44876b3c5f7113e9f5b9727.tar.zst
Nix-e94cd212b4a43296d44876b3c5f7113e9f5b9727.zip
Remove useless scripts after migration to home-manager
Diffstat (limited to 'config')
-rw-r--r--config/README.md1
l---------config/nixRoot1
-rw-r--r--config/overlays.nix1
3 files changed, 0 insertions, 3 deletions
diff --git a/config/README.md b/config/README.md
deleted file mode 100644
index 542f31e..0000000
--- a/config/README.md
+++ /dev/null
@@ -1 +0,0 @@
1Link this directory to ~/.config/nixpkgs
diff --git a/config/nixRoot b/config/nixRoot
deleted file mode 120000
index a96aa0e..0000000
--- a/config/nixRoot
+++ /dev/null
@@ -1 +0,0 @@
1.. \ No newline at end of file
diff --git a/config/overlays.nix b/config/overlays.nix
deleted file mode 100644
index 1040d59..0000000
--- a/config/overlays.nix
+++ /dev/null
@@ -1 +0,0 @@
1builtins.attrValues (import ./nixRoot/overlays)