forked from colonelpanic/dotfiles
[NixOS] Enable emacs service in home manager again
This commit is contained in:
7
nixos/imalison.nix
Normal file
7
nixos/imalison.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ ... }: {
|
||||
home-manager.users.imalison = {
|
||||
imports = [
|
||||
./emacs.nix
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user