diff options
Diffstat (limited to 'configuration.nix')
-rw-r--r-- | configuration.nix | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configuration.nix b/configuration.nix index 98a56e6..50668d6 100644 --- a/configuration.nix +++ b/configuration.nix @@ -21,13 +21,6 @@ in # networking time.timeZone = "Asia/Kolkata"; - # sound - sound.enable = true; - services.pipewire = { - enable = true; - pulse.enable = true; - }; - # users users.users.${user} = { isNormalUser = true; |