mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-09-05 19:21:38 +02:00
12 lines
133 B
Nix
12 lines
133 B
Nix
{...}: {
|
|
imports = [
|
|
./shell
|
|
./desktop
|
|
./hardware
|
|
./de
|
|
./net
|
|
./input
|
|
./media
|
|
./graphics.nix
|
|
];
|
|
}
|