mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-07 07:09:15 +00:00
ref: nix
This commit is contained in:
parent
bc479e1cac
commit
78a82fbe18
20 changed files with 282 additions and 224 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }: {
|
||||
{pkgs, ...}: {
|
||||
sound = {
|
||||
enable = true;
|
||||
mediaKeys.enable = true;
|
||||
|
|
@ -12,5 +12,5 @@
|
|||
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