summaryrefslogtreecommitdiff
path: root/modules/core
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core')
-rw-r--r--modules/core/audio.nix2
-rw-r--r--modules/core/global.nix2
2 files changed, 1 insertions, 3 deletions
diff --git a/modules/core/audio.nix b/modules/core/audio.nix
index 9e45d9e..ae01cc7 100644
--- a/modules/core/audio.nix
+++ b/modules/core/audio.nix
@@ -9,6 +9,6 @@
alsa.support32Bit = true;
pulse.enable = true;
jack.enable = true;
- wireplumber.enable = true;
+ # wireplumber.enable = true;
};
}
diff --git a/modules/core/global.nix b/modules/core/global.nix
index 138d970..2e7ed90 100644
--- a/modules/core/global.nix
+++ b/modules/core/global.nix
@@ -11,8 +11,6 @@ in {
nixPath = [ "nixpkgs=${nix_path}" ];
};
- boot.kernelParams = [ "quiet" "splash" ];
-
systemd.tmpfiles.rules = [
"L+ ${nix_path} - - - - ${pkgs.path}"
];