packages: fix for later
This commit is contained in:
parent
589a0037af
commit
7a72f025ae
2 changed files with 5 additions and 5 deletions
|
@ -5,9 +5,9 @@
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
in {
|
in {
|
||||||
environment.systemPackages = with pkgs; lib.mkMerge [
|
# environment.systemPackages = with pkgs; lib.mkMerge [
|
||||||
(mkIf cfg.bluetooth.enable [
|
# (mkIf cfg.bluetooth.enable [
|
||||||
|
|
||||||
])
|
# ])
|
||||||
];
|
# ];
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
./wayland.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.
|
# These are some standard packages I want to have installed on every system, regardless of type or use case.
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue