move to mullvad browser, font changes etc etc

This commit is contained in:
itamar 2026-04-16 19:11:20 +03:00
parent 0bb6324afc
commit b3c3854628
Signed by: itamar
GPG key ID: 4C315A8D67ADC36C
20 changed files with 455 additions and 1449 deletions

View file

@ -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;
};
}