summary refs log tree commit diff stats
path: root/overlays
diff options
context:
space:
mode:
authorAlan Pearce2024-10-31 16:49:01 +0100
committerAlan Pearce2024-11-02 13:39:34 +0100
commitc0384c43821474d28af1d9696ceb473a0d769292 (patch)
tree4fed9f5175f02d36e0e58c4e93469c3705b085de /overlays
parent365c0df92f6e8c59a0e0c38eabae1ba6f35d129d (diff)
downloadnixfiles-main.tar.lz
nixfiles-main.tar.zst
nixfiles-main.zip
Switch back to flakes HEAD main
This reverts commits:
- 66e56cb0e1c95202133733c0812b794171dc73c5.
- 3fae7d35d9b32ab3c4f7293c418167a52aff8717.
- 417a1ce6481adfc713d8d0d6ad03e211a3d0eb22.
- 6b4469a98d7b2d88a3442b1051174000538199f0.
Diffstat (limited to 'overlays')
-rw-r--r--overlays/emacs.nix1
-rw-r--r--overlays/nur.nix3
-rw-r--r--overlays/personal.nix13
3 files changed, 0 insertions, 17 deletions
diff --git a/overlays/emacs.nix b/overlays/emacs.nix
deleted file mode 100644
index ded36707..00000000
--- a/overlays/emacs.nix
+++ /dev/null
@@ -1 +0,0 @@
-import <emacs-overlay>
diff --git a/overlays/nur.nix b/overlays/nur.nix
deleted file mode 100644
index 6f34f2aa..00000000
--- a/overlays/nur.nix
+++ /dev/null
@@ -1,3 +0,0 @@
-self: super: {
-  nur = import <nur> { pkgs = self; };
-}
diff --git a/overlays/personal.nix b/overlays/personal.nix
deleted file mode 100644
index 9eae64c4..00000000
--- a/overlays/personal.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-self: super:
-let
-  personal = import <personal> {
-    pkgs = self;
-  };
-in
-{
-  inherit personal;
-  enchant = personal.enchant-configurable.override {
-    withHspell = false;
-    withAspell = false;
-  };
-}