2021-07-11 04:19:34 -06:00
|
|
|
{ pkgs, ... }:
|
|
|
|
{
|
|
|
|
imports = [
|
|
|
|
./android.nix
|
2023-07-26 13:14:00 -06:00
|
|
|
./base.nix
|
2021-07-11 04:19:34 -06:00
|
|
|
./code.nix
|
2023-08-03 21:26:28 -06:00
|
|
|
./desktop.nix
|
2021-07-12 20:12:07 -06:00
|
|
|
./extra.nix
|
2023-08-03 21:26:28 -06:00
|
|
|
./games.nix
|
2021-07-11 04:24:32 -06:00
|
|
|
./internet-computer.nix
|
2023-08-03 21:26:28 -06:00
|
|
|
./syncthing.nix
|
|
|
|
./xmonad.nix
|
2021-07-11 04:19:34 -06:00
|
|
|
];
|
|
|
|
}
|