9 lines
81 B
Nix
Executable file
9 lines
81 B
Nix
Executable file
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./discord.nix
|
|
./firefox.nix
|
|
./keepassxc.nix
|
|
];
|
|
}
|