packages: fix for later

This commit is contained in:
Charlie Root 2024-09-26 00:31:19 +02:00
commit 7a72f025ae
2 changed files with 5 additions and 5 deletions

View file

@ -5,9 +5,9 @@
...
}: let
in {
environment.systemPackages = with pkgs; lib.mkMerge [
(mkIf cfg.bluetooth.enable [
# environment.systemPackages = with pkgs; lib.mkMerge [
# (mkIf cfg.bluetooth.enable [
])
];
# ])
# ];
}

View file

@ -2,7 +2,7 @@
imports = [
./hardware.nix
./wayland.nix
./media.nix
# ./media.nix
];
# These are some standard packages I want to have installed on every system, regardless of type or use case.
environment.systemPackages = with pkgs; [