base: add necessary emacs dependencies
This commit is contained in:
parent
6f964c8b13
commit
9a9087256f
|
@ -10,8 +10,15 @@
|
||||||
pavucontrol
|
pavucontrol
|
||||||
slack
|
slack
|
||||||
spotify
|
spotify
|
||||||
|
sqlite # needed for org-roam
|
||||||
|
];
|
||||||
|
|
||||||
|
fonts.fonts = with pkgs; [
|
||||||
|
input-fonts
|
||||||
|
emacs-all-the-icons-fonts
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
programs.nm-applet.enable = true;
|
programs.nm-applet.enable = true;
|
||||||
|
nixpkgs.config.input-fonts.acceptLicense = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue