Remove emacs, add dbeaver

This commit is contained in:
Valentin Brandl 2021-12-29 12:56:50 +01:00
parent 27cabe15a8
commit 8e02bb5468

View File

@ -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;