diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-07-22 22:39:18 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-07-22 22:52:11 +0530 |
commit | 53cf883d602d21ab1cdb4e127a64f1e9f7e350ff (patch) | |
tree | b7c1ce45cd421c739537b8bffd985c2dee4aec77 /os/pc/configuration.nix | |
parent | 3eb462c992e9612e3571b17269dda290f391cda6 (diff) |
flake: bump lock, linux 6.10
Diffstat (limited to 'os/pc/configuration.nix')
-rw-r--r-- | os/pc/configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/pc/configuration.nix b/os/pc/configuration.nix index 4cd3a62..e865580 100644 --- a/os/pc/configuration.nix +++ b/os/pc/configuration.nix @@ -15,7 +15,6 @@ in { kernelPackages = pkgs.linuxPackages_latest; }; - sound.enable = true; services.pipewire = { enable = true; pulse.enable = true; |