Files
nixos/Droidnix/generated/system/top.nix
T
2026-03-06 22:38:25 +01:00

10 lines
175 B
Nix

{ config, pkgs, lib, user, inputs, ... }:
{
imports = [
./applications/top.nix
./development/top.nix
./system_management/top.nix
];
# .. put any code here
}