Working
This commit is contained in:
parent
bc1347a224
commit
270252e5f8
19 changed files with 178 additions and 84 deletions
|
@ -1,4 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
programs.emacs.enable = true;
|
||||
programs.doom-emacs = {
|
||||
enable = true;
|
||||
|
@ -8,6 +12,8 @@
|
|||
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
extraOptions = ["-f" "exwm-enable"];
|
||||
defaultEditor = true;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue