diff options
Diffstat (limited to 'hosts/home-darwin.nix')
-rw-r--r-- | hosts/home-darwin.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/hosts/home-darwin.nix b/hosts/home-darwin.nix index 1cd5288..ce924d5 100644 --- a/hosts/home-darwin.nix +++ b/hosts/home-darwin.nix @@ -1,4 +1,4 @@ -{ pkgs, stateVersion, lib, dotfiles, user, ... }: +{ pkgs, stateVersion, lib, dotfiles, user, ... }: { imports = [ ]; @@ -12,8 +12,7 @@ ]; }; - services = { - }; + services = { }; programs = { emacs = { |