nix-config/modules/nix/groups/default.nix
smayzy cacd136ca9
All checks were successful
nix flake show / show-flake (push) Successful in 40s
add server1 and change flatpak to make it works if not defined
2025-08-08 22:00:52 +02:00

10 lines
99 B
Nix

{ ... }:
{
imports = [
./base.nix
./desktop.nix
./laptop.nix
./server.nix
];
}