14 lines
315 B
Nix
14 lines
315 B
Nix
{pkgs, ...}: {
|
|
imports = [../../home/work.nix ../../home/gui ../../home/desktop/picom.nix];
|
|
home.username = "elitherl";
|
|
home.homeDirectory = "/home/elitherl";
|
|
home.stateVersion = "22.11";
|
|
home.packages = with pkgs; [
|
|
zotero
|
|
openfortivpn
|
|
nomachine-client
|
|
teams-for-linux
|
|
zoom-us
|
|
];
|
|
}
|