run nixfmt

This commit is contained in:
insects 2024-08-21 15:15:04 +02:00
parent 477bce6897
commit 9415d40508
41 changed files with 384 additions and 262 deletions
nixos/common

View file

@ -1,4 +1,5 @@
{ pkgs, ... }: {
{ pkgs, ... }:
{
security.rtkit.enable = true;
services.pipewire = {
enable = true;
@ -9,5 +10,5 @@
};
environment.systemPackages = with pkgs; [
pavucontrol
];
];
}