add emacs packages

This commit is contained in:
illustris 2023-04-06 12:03:39 +05:30
parent 4e482a6442
commit 29967fa5f5
Signed by: illustris
GPG Key ID: 56C8FC0B899FEFA3
2 changed files with 20 additions and 2 deletions

View File

@ -3,8 +3,8 @@
imports = [ imports = [
./desktop-configuration.nix ./desktop-configuration.nix
./hardware-configuration.nix ./hardware-configuration.nix
./networking-configuration.nix
./modules ./modules
./networking-configuration.nix
]; ];
# Support ARM builds # Support ARM builds
@ -76,9 +76,25 @@
enable = true; enable = true;
extraPackages = ( extraPackages = (
epkgs: (with epkgs; [ epkgs: (with epkgs; [
bpftrace-mode
cmake-mode
color-theme-modern
docker-compose-mode
dockerfile-mode
dtrace-script-mode
gitlab-ci-mode
go-mode
graphviz-dot-mode
haskell-mode
json-mode
markdown-mode
material-theme material-theme
nix-mode nix-mode
color-theme-modern puppet-mode
python-mode
strace-mode
verilog-mode
yaml-mode
]) ])
); );
}; };

View File

@ -13,6 +13,8 @@
(global-set-key (kbd "C-x k") 'kill-this-buffer) (global-set-key (kbd "C-x k") 'kill-this-buffer)
(put 'scroll-left 'disabled nil) (put 'scroll-left 'disabled nil)
(setq inhibit-startup-screen t)
(load-theme 'cobalt t t) (load-theme 'cobalt t t)
(enable-theme 'cobalt) (enable-theme 'cobalt)