23 lines
472 B
Nix
23 lines
472 B
Nix
{ ... }: {
|
|
imports = [
|
|
./desktop/gtk.nix
|
|
./desktop/wayland.nix
|
|
./env
|
|
./env/git/work.nix
|
|
./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";
|
|
|
|
}
|