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;
|
settings.General.EnableNetworkConfiguration = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs.overlays =
|
nixpkgs.overlays = [
|
||||||
let
|
inputs.apple-silicon.overlays.apple-silicon-overlay
|
||||||
stablepkgs = inputs.stablepkgs.legacyPackages.${pkgs.system};
|
inputs.vesktop-bin.overlays.default
|
||||||
in
|
];
|
||||||
[
|
|
||||||
inputs.apple-silicon.overlays.apple-silicon-overlay
|
|
||||||
inputs.vesktop-bin.overlays.default
|
|
||||||
];
|
|
||||||
|
|
||||||
programs.light.enable = true;
|
programs.light.enable = true;
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue