mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
11 lines
126 B
Nix
11 lines
126 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./apps/communicators.nix
|
|
./apps/browser.nix
|
|
./apps/games.nix
|
|
./apps/misc.nix
|
|
];
|
|
}
|