10 lines
80 B
Nix
10 lines
80 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./firefox.nix
|
|
./ssh.nix
|
|
./sway.nix
|
|
];
|
|
}
|