mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 05:02:10 -08:00
chore: remove some unneeded options in callisto
This commit is contained in:
parent
1aa376e94f
commit
f4ce8e31b4
1 changed files with 4 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue