fix pipewire and zellij on linux

This commit is contained in:
Noah Masur
2025-05-07 08:47:45 -04:00
parent 88266c9f8d
commit d59692c813
3 changed files with 19 additions and 4 deletions

View File

@ -27,7 +27,7 @@ in
# These aren't necessary, but helpful for the user
environment.systemPackages = with pkgs; [
pamixer # Audio control
volnoti # Volume notifications
nmasur.volnoti # Volume notifications
];
};
}