Rework home dir for better support

This commit is contained in:
Greg Hellings
2024-07-31 15:20:26 -05:00
parent 703a269652
commit 607d472455
28 changed files with 55 additions and 81 deletions
+6 -6
View File
@@ -1,16 +1,16 @@
{ pkgs, ... }:
{
imports = [
../../vscodium.nix
];
home.packages = with pkgs; [
(mumble.override { pulseSupport = true; })
logseq
];
greg.gui = true;
greg.sway = false;
greg.gnome = false;
greg = {
gui = true;
sway = false;
gnome = false;
vscodium = true;
};
programs.xonsh.sessionVariables.EFI_DIR = "${pkgs.OVMF.fd}/FV/";
}