Compare commits
1 Commits
a97a9507ec
...
2994dede58
Author | SHA1 | Date | |
---|---|---|---|
2994dede58 |
@ -1,16 +1,5 @@
|
|||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
# Doom emacs overlay
|
|
||||||
let
|
|
||||||
|
|
||||||
doom-emacs = pkgs.callPackage (builtins.fetchTarball {
|
|
||||||
url = https://github.com/vlaci/nix-doom-emacs/archive/master.tar.gz;
|
|
||||||
}) {
|
|
||||||
doomPrivateDir = ./doom.d;
|
|
||||||
};
|
|
||||||
|
|
||||||
in
|
|
||||||
|
|
||||||
{
|
{
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# Monitoring
|
# Monitoring
|
||||||
@ -26,7 +15,6 @@ in
|
|||||||
texlive.combined.scheme-full
|
texlive.combined.scheme-full
|
||||||
pandoc
|
pandoc
|
||||||
# Text editors
|
# Text editors
|
||||||
doom-emacs
|
|
||||||
neovim
|
neovim
|
||||||
# Terminals
|
# Terminals
|
||||||
tmux
|
tmux
|
||||||
|
Loading…
Reference in New Issue
Block a user