nix-configs/modules/default.nix

14 lines
142 B
Nix
Raw Normal View History

2025-04-11 09:20:46 +02:00
{ ... }:
{
imports = [
./shell
2023-02-13 12:54:21 +01:00
./desktop
2025-03-27 20:28:36 +01:00
./desktop-legacy
2024-03-05 17:10:35 +01:00
./hardware
2025-03-27 20:18:54 +01:00
./net
2024-03-05 17:10:35 +01:00
./input
2025-03-27 20:06:54 +01:00
./media
./nix.nix
2022-09-01 19:48:22 +02:00
];
2022-08-02 09:55:12 +02:00
}