From 8e02bb5468cfb67a58d198ddc8d485a4f8728449 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Wed, 29 Dec 2021 12:56:50 +0100 Subject: [PATCH] Remove emacs, add dbeaver --- roles/subroles/dev.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/roles/subroles/dev.nix b/roles/subroles/dev.nix index 6e6efe0..d17891b 100644 --- a/roles/subroles/dev.nix +++ b/roles/subroles/dev.nix @@ -1,10 +1,5 @@ { config, pkgs, ... }: { - # emacs overlay - nixpkgs.overlays = [ - (import (builtins.fetchTarball https://github.com/nix-community/emacs-overlay/archive/master.tar.gz)) - ]; - environment.systemPackages = with pkgs; [ neovim vim @@ -33,7 +28,7 @@ idea.idea-community - emacsUnstable # Installs Emacs 27 + dbeaver ]; services.lorri.enable = true;