The nixpad rabbit hole
This commit is contained in:
17
private_dot_config/nixos/emacs.nix
Normal file
17
private_dot_config/nixos/emacs.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
tdlib
|
||||
emacsPackages.mu4e
|
||||
emacs
|
||||
ripgrep
|
||||
coreutils
|
||||
fd
|
||||
aspell aspellDicts.en
|
||||
zlib
|
||||
pkg-config
|
||||
libwebp
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user