From 3176fefbdb507fa87ceceb29ca1134d6cf8c0fb0 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 14 Aug 2023 19:22:44 +0530 Subject: clean up: follow nixos.org/manual/nixpkgs/stable/#chap-conventions --- hardware/cez.nix | 4 ++-- hardware/kay.nix | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) (limited to 'hardware') diff --git a/hardware/cez.nix b/hardware/cez.nix index cc20331..dd46c86 100644 --- a/hardware/cez.nix +++ b/hardware/cez.nix @@ -21,8 +21,8 @@ sound = { enable = true; extraConfig = '' - defaults.pcm.card 1 - defaults.ctl.card 1 + defaults.pcm.card 1 + defaults.ctl.card 1 ''; }; services.pipewire = { diff --git a/hardware/kay.nix b/hardware/kay.nix index 7eb7290..a79c1fc 100644 --- a/hardware/kay.nix +++ b/hardware/kay.nix @@ -1,7 +1,5 @@ { config, pkgs, ... }: { - environment.systemPackages = with pkgs; [ - tmux - ]; + environment.systemPackages = with pkgs; [ tmux ]; } -- cgit v1.2.3