From 4a83794854b1614aebc9dadde1528b6b839ac0fa Mon Sep 17 00:00:00 2001 From: Natalie Date: Tue, 18 Feb 2025 10:53:18 -0800 Subject: [PATCH] meow meow --- hosts/laptop/configuration.nix | 1 - hosts/laptop/home.nix | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = {