nixfiles/home/profiles/graphical/emacs.nix

5 lines
58 B
Nix

{ tree, ... }: {
imports = [
tree.emacs.home
];
}