nixos/machines/H0615/elitherl.nix

14 lines
315 B
Nix
Raw Normal View History

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