From 5c4b11a9c18be4eb431577627dcfb2bf7280ce20 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sat, 10 Aug 2024 12:33:11 -0700 Subject: [PATCH] removed depreciated function --- hosts/configuration.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 345151a..f8a6c68 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -108,11 +108,6 @@ }; }; - sound = { - enable = false; - mediaKeys.enable = true; - }; - time.timeZone = "America/Los_Angeles"; time.hardwareClockInLocalTime = true;