From a41037ef644dbacb3d577933fb3d93c210439b38 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Tue, 10 Jun 2025 15:55:54 +0530 Subject: chore(repo): reformat with nixfmt-rfc-style --- os/pc/configuration.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'os/pc/configuration.nix') diff --git a/os/pc/configuration.nix b/os/pc/configuration.nix index 7e7218a..33f38cd 100644 --- a/os/pc/configuration.nix +++ b/os/pc/configuration.nix @@ -1,6 +1,8 @@ -{ config, pkgs, ... }: let +{ config, pkgs, ... }: +let user = config.global.userdata.name; -in { +in +{ imports = [ ../common/configuration.nix @@ -19,8 +21,8 @@ in { }; services.pipewire = { - enable = true; - pulse.enable = true; + enable = true; + pulse.enable = true; }; documentation.dev.enable = true; -- cgit v1.2.3