nixos/home/common/work.nix

24 lines
485 B
Nix

{ ... }:
{
imports = [
../env
../tui
../gui/chromium-wayland.nix
../gui/neovide.nix
../gui/libreoffice.nix
../gui/cloud.nix
../gui/kitty.nix
../gui/messaging.nix
../gui/nomachine.nix
../gui/ukaea.nix
];
# Home Manager needs a bit of information about you and the
# paths it should manage.
home.username = "elitherl";
home.homeDirectory = "/home/elitherl";
programs.git = {
userEmail = "evie.litherland-smith@ukaea.uk";
};
}