diff options
-rw-r--r-- | flake.lock | 25 | ||||
-rw-r--r-- | flake.nix | 16 | ||||
-rw-r--r-- | modules/emacs/README.org | 2 |
3 files changed, 5 insertions, 38 deletions
@@ -119,22 +119,6 @@ "type": "github" } }, - "from-elisp": { - "flake": false, - "locked": { - "lastModified": 1694631482, - "narHash": "sha256-fTdDUf+ITtLK/zHWDa5RCZdUj1qT/carlHrHVPuUxlo=", - "owner": "o-santi", - "repo": "from-elisp", - "rev": "3177e75d727232a9301822742f4d0bd23bb277c6", - "type": "github" - }, - "original": { - "owner": "o-santi", - "repo": "from-elisp", - "type": "github" - } - }, "home-manager": { "inputs": { "nixpkgs": "nixpkgs" @@ -159,11 +143,11 @@ "nixpkgs_old": "nixpkgs_old" }, "locked": { - "lastModified": 1730162224, - "narHash": "sha256-V238jWFRp2XSzRYdcrmHJ6Z0Ut29agcOCr193H/+tB8=", + "lastModified": 1730190461, + "narHash": "sha256-bX0AYh7W+qusGj+tEwARVmkDXe5UjhPQz6yJh3fAWYg=", "ref": "refs/heads/master", - "rev": "4229b5aaf305291ffb4966d33645255cdbeca9da", - "revCount": 67286, + "rev": "112f5c65983f23c63de51ce34bb0669f62605184", + "revCount": 67288, "type": "git", "url": "ssh://[email protected]/mixrank/mixrank" }, @@ -274,7 +258,6 @@ "blog": "blog", "emacs-overlay": "emacs-overlay", "firefox-gnome-theme": "firefox-gnome-theme", - "from-elisp": "from-elisp", "home-manager": "home-manager", "mixrank": "mixrank", "nixos-hardware": "nixos-hardware", @@ -1,17 +1,5 @@ { description = "My personal devices' flake modules"; - - nixConfig = { - extra-substituters = [ - "https://nix-community.cachix.org" - "s3://mr-nixcache-icenyeamyubu?profile=mixrank" - ]; - extra-trusted-public-keys = [ - "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" - "mr-nixcache-icenyeamyubu:q2ulb+bD5NCbp9nvvHod39/1qNqnYX0ACb8eQckb7pI=" - ]; - }; - inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixos-hardware.url = "github:NixOS/nixos-hardware"; @@ -25,10 +13,6 @@ url = "github:nix-community/emacs-overlay"; inputs.nixpkgs.follows = "nixpkgs"; }; - from-elisp = { - url = "github:o-santi/from-elisp"; - flake = false; - }; firefox-gnome-theme = { url = "github:rafaelmardojai/firefox-gnome-theme"; flake = false; diff --git a/modules/emacs/README.org b/modules/emacs/README.org index 4ccec53..8cf9758 100644 --- a/modules/emacs/README.org +++ b/modules/emacs/README.org @@ -299,7 +299,7 @@ Try to use the package. ** Org mode #+begin_src emacs-lisp :tangle yes (use-package org - :ensure 'nil + :ensure nil :hook (org-mode . org-indent-mode) :bind ("C-c a" . org-agenda) :config |