15 lines
196 B
Nix
15 lines
196 B
Nix
{ pkgs, ... }:
|
|
|
|
{
|
|
imports = [
|
|
../../vscodium.nix
|
|
];
|
|
home.packages = with pkgs; [
|
|
(mumble.override { pulseSupport = true; })
|
|
fluffychat
|
|
logseq
|
|
];
|
|
greg.gui = true;
|
|
greg.sway = true;
|
|
}
|