From f4ce8e31b45db59db9828135ebac3d7498488639 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 24 Dec 2024 20:23:58 -0800 Subject: [PATCH] chore: remove some unneeded options in callisto --- hosts/callisto/configuration.nix | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/hosts/callisto/configuration.nix b/hosts/callisto/configuration.nix index b0f7f6e..f94980b 100755 --- a/hosts/callisto/configuration.nix +++ b/hosts/callisto/configuration.nix @@ -68,14 +68,10 @@ settings.General.EnableNetworkConfiguration = true; }; - nixpkgs.overlays = - let - stablepkgs = inputs.stablepkgs.legacyPackages.${pkgs.system}; - in - [ - inputs.apple-silicon.overlays.apple-silicon-overlay - inputs.vesktop-bin.overlays.default - ]; + nixpkgs.overlays = [ + inputs.apple-silicon.overlays.apple-silicon-overlay + inputs.vesktop-bin.overlays.default + ]; programs.light.enable = true; @@ -150,11 +146,6 @@ # List packages installed in system profile. To search, run: # $ nix search wget - environment.systemPackages = with pkgs; [ - wget - git - curl - ]; services.keyd = { enable = true;