Files
nixos/home/hosts/jude/default.nix
T
2024-04-05 10:59:30 -05:00

17 lines
272 B
Nix

{ pkgs, ... }:
{
imports = [
../../vscodium.nix
];
home.packages = with pkgs; [
(mumble.override { pulseSupport = true; })
logseq
];
greg.gui = true;
greg.sway = false;
greg.gnome = false;
programs.xonsh.sessionVariables.EFI_DIR = "${pkgs.OVMF.fd}/FV/";
}