mirror of
https://github.com/materusPL/nixos-config
synced 2025-06-19 06:56:14 +02:00
10 lines
82 B
Nix
10 lines
82 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./apps.nix
|
|
./java.nix
|
|
./users.nix
|
|
./desktop
|
|
];
|
|
|
|
} |