Files
nixos/home/gui/default.nix
T

10 lines
77 B
Nix

{ ... }:
{
imports = [
./chat.nix
./firefox.nix
./terminal.nix
];
}