diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 6edadf6..f6e0e66 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -24,7 +24,6 @@ #environment.darwinConfig = "$HOME/.dotfiles/hosts/laptop"; # Auto upgrade nix package and the daemon service. - services.nix-daemon.enable = true; nix = { package = pkgs.nix; settings = { diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index b9d7f9f..29469ca 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -33,6 +33,7 @@ home.packages = with pkgs; [ # ghostty.packages.aarch64-darwin.default python312 + moonlight uv fd lua51Packages.lua @@ -127,7 +128,7 @@ enable = true; enableBashIntegration = true; enableFishIntegration = true; - daemon.enable = true; + daemon.enable = false; }; programs.fish = {