mirror of
https://codeberg.org/muon/home.git
synced 2026-03-10 12:23:13 +00:00
Add dotfiles
This commit is contained in:
commit
39fe550b3e
45 changed files with 4363 additions and 0 deletions
12
modules/home/doom-emacs/default.nix
Normal file
12
modules/home/doom-emacs/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
programs.doom-emacs = {
|
||||
enable = true;
|
||||
doomPrivateDir = ./doom;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue