chore: remove some unneeded options in callisto

This commit is contained in:
Youwen Wu 2024-12-24 20:23:58 -08:00
parent 1aa376e94f
commit f4ce8e31b4
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -68,11 +68,7 @@
settings.General.EnableNetworkConfiguration = true; settings.General.EnableNetworkConfiguration = true;
}; };
nixpkgs.overlays = nixpkgs.overlays = [
let
stablepkgs = inputs.stablepkgs.legacyPackages.${pkgs.system};
in
[
inputs.apple-silicon.overlays.apple-silicon-overlay inputs.apple-silicon.overlays.apple-silicon-overlay
inputs.vesktop-bin.overlays.default inputs.vesktop-bin.overlays.default
]; ];
@ -150,11 +146,6 @@
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [
wget
git
curl
];
services.keyd = { services.keyd = {
enable = true; enable = true;