mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2025-09-05 11:17:23 +02:00
13 lines
142 B
Nix
13 lines
142 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./shell
|
|
./desktop
|
|
./desktop-legacy
|
|
./hardware
|
|
./net
|
|
./input
|
|
./media
|
|
./nix.nix
|
|
];
|
|
}
|