diff options
author | Leonardo Santiago <[email protected]> | 2024-10-29 08:11:50 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-10-29 08:11:50 -0300 |
commit | 1f4af81a4fe0b933ddfae4f9a47ef628ab08e414 (patch) | |
tree | bec9c6637bf676d3e795887bdf9a59cb36f5dd64 /flake.nix | |
parent | 8de0064b16a1cc27deedee06c05e6343a197e175 (diff) |
fix org mode, remove from-elisp as it's not needed anymore
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -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; |