11 lines
131 B
Nix
11 lines
131 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
../../vscodium.nix
|
|
];
|
|
home.packages = [
|
|
(pkgs.mumble.override { pulseSupport = true; })
|
|
];
|
|
}
|