Install intellij and emacs
This commit is contained in:
parent
af614fbdf0
commit
c63174b9ff
@ -1,5 +1,10 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
{
|
{
|
||||||
|
# emacs overlay
|
||||||
|
nixpkgs.overlays = [
|
||||||
|
(import (builtins.fetchTarball https://github.com/nix-community/emacs-overlay/archive/master.tar.gz))
|
||||||
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
neovim
|
neovim
|
||||||
vim
|
vim
|
||||||
@ -25,6 +30,10 @@
|
|||||||
rustup
|
rustup
|
||||||
|
|
||||||
direnv
|
direnv
|
||||||
|
|
||||||
|
idea.idea-community
|
||||||
|
|
||||||
|
emacsUnstable # Installs Emacs 27
|
||||||
];
|
];
|
||||||
|
|
||||||
services.lorri.enable = true;
|
services.lorri.enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user