nix-configs/modules/default.nix

12 lines
147 B
Nix
Raw Normal View History

2024-02-18 01:25:18 +01:00
{...}: {
imports = [
./shell
2023-02-13 12:54:21 +01:00
./desktop
2024-03-05 17:10:35 +01:00
./hardware
./firewall.nix
2024-03-05 17:10:35 +01:00
./desktop-environment
./input
./graphics.nix
2022-09-01 19:48:22 +02:00
];
2022-08-02 09:55:12 +02:00
}