mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
ref(nix): formatted with nixfmt-rfc-style
This commit is contained in:
parent
36a2265325
commit
23404db605
40 changed files with 574 additions and 474 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
sound = {
|
||||
enable = true;
|
||||
mediaKeys.enable = true;
|
||||
|
|
@ -12,5 +13,9 @@
|
|||
jack.enable = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [helvum pavucontrol easyeffects];
|
||||
environment.systemPackages = with pkgs; [
|
||||
helvum
|
||||
pavucontrol
|
||||
easyeffects
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue