18 lines
331 B
Nix
18 lines
331 B
Nix
{ ... }: {
|
|
imports = [
|
|
./desktop/gtk.nix
|
|
./desktop/wayland.nix
|
|
./env/elitherl.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.stateVersion = "22.11";
|
|
}
|