Add initial emacs configuration
This commit is contained in:
parent
48d7657d7c
commit
af755e7e07
10 changed files with 88 additions and 5 deletions
9
modules/nixos/development/default.nix
Normal file
9
modules/nixos/development/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ username, ... }:
|
||||
|
||||
{
|
||||
environment.persistence."/nix/persist" = {
|
||||
users."${username}".directories = [
|
||||
".local/share/emacs"
|
||||
];
|
||||
};
|
||||
}
|
|
@ -15,9 +15,6 @@
|
|||
"images"
|
||||
"videos"
|
||||
"programming"
|
||||
|
||||
# Temporary persist until I get a proper emacs configuration
|
||||
".emacs.d"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue