Files
nixos/home/hosts/jude/default.nix
T

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;
}