From ac73c10a47393647e1763a525763fd715c5f824b Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Wed, 28 Sep 2022 22:24:34 +0200 Subject: add emacs to microwave --- flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 6c195bd..91d2383 100644 --- a/flake.nix +++ b/flake.nix @@ -20,6 +20,12 @@ url = github:nix-community/fenix; inputs.nixpkgs.follows = "nixpkgs-unstable"; }; + + emacs-overlay = { + url = github:nix-community/emacs-overlay; + inputs.nixpkgs.follows = "nixpkgs-unstable"; + inputs.flake-utils.follows = "flake-utils"; + }; }; outputs = @@ -27,6 +33,7 @@ , nixpkgs , nixpkgs-unstable , flake-utils + , emacs-overlay , sops-nix , microvm , fenix @@ -56,6 +63,7 @@ ./hosts/microwave ./modules/basic-tools.nix ./modules/binary-caches.nix + ./modules/emacs.nix ./modules/gnupg.nix ./modules/graphical.nix ./modules/hw-accel-intel.nix @@ -68,6 +76,7 @@ nixpkgs.overlays = [ fenix.overlay self.overlays.default + emacs-overlay.overlay ]; environment.systemPackages = with pkgs; [ (fenix.packages."x86_64-linux".stable.withComponents [ -- cgit v1.3.1