Remove emacs, add dbeaver
This commit is contained in:
parent
27cabe15a8
commit
8e02bb5468
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user