dotfiles/nixos/full.nix

15 lines
201 B
Nix
Raw Normal View History

2021-07-11 04:19:34 -06:00
{ pkgs, ... }:
{
imports = [
./android.nix
./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
];
}