diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-05 14:02:34 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-05 14:02:34 +0530 |
| commit | 9b39ceeed85c109094daec75d4da071a654a71f7 (patch) | |
| tree | 2cbfec938c6862b9a5fc745ceac9ebcf1e1f4750 /modules/core | |
| parent | 6bf11a2958cf297b5f9f64572a83c5cb34848406 (diff) | |
update
Diffstat (limited to '')
| -rw-r--r-- | modules/core/audio.nix | 2 | ||||
| -rw-r--r-- | modules/core/global.nix | 2 |
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}" ]; |
