move to mullvad browser, font changes etc etc
This commit is contained in:
parent
0bb6324afc
commit
b3c3854628
20 changed files with 455 additions and 1449 deletions
|
|
@ -4,38 +4,19 @@
|
|||
programs.neovim = {
|
||||
enable = true;
|
||||
};
|
||||
home.sessionVariables.EDITOR = "nvim";
|
||||
|
||||
|
||||
home.file = {
|
||||
".emacs.d" = {
|
||||
text = "hii";
|
||||
source = ./emacs.d;
|
||||
recursive = true;
|
||||
};
|
||||
};
|
||||
|
||||
programs.emacs.enable = true;
|
||||
programs.emacs.extraPackages = (
|
||||
epkgs: (with epkgs; [
|
||||
better-defaults
|
||||
material-theme
|
||||
org
|
||||
org-bullets
|
||||
org-journal
|
||||
org-roam
|
||||
org-super-agenda
|
||||
helm-org-rifle
|
||||
afternoon-theme
|
||||
workgroups2
|
||||
treemacs
|
||||
projectile
|
||||
slime
|
||||
yaml
|
||||
yaml-mode
|
||||
markdown-mode
|
||||
ox-pandoc
|
||||
use-package
|
||||
notmuch
|
||||
])
|
||||
);
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
startWithUserSession = true;
|
||||
client.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue