move to mkModuleTree for host configuration
This commit is contained in:
parent
b454514085
commit
3c4bf8040c
13 changed files with 42 additions and 31 deletions
|
@ -91,7 +91,10 @@
|
|||
in {
|
||||
config = mkIf cfg.enable {
|
||||
home-manager.users.${username} = {
|
||||
home.packages = [custom-emacs];
|
||||
home.packages = with pkgs; [
|
||||
custom-emacs
|
||||
clang-tools
|
||||
];
|
||||
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue