host mac
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
...
|
||||
}:
|
||||
let
|
||||
shellType = inputs.self.lib.hmShellType config osConfig;
|
||||
shellType = inputs.self.lib.hmShellType osConfig "zsh";
|
||||
hm = inputs.self.lib.hmModule {
|
||||
inherit
|
||||
config
|
||||
@@ -39,7 +39,7 @@ in
|
||||
"doom/templates/programming.org".source = ../../../dotfiles/doom/templates/programming.org;
|
||||
};
|
||||
services = {
|
||||
lorri.enable = true;
|
||||
lorri.enable = pkgs.stdenv.isLinux;
|
||||
emacs = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
|
||||
Reference in New Issue
Block a user