Files
nixos/Droidnix/generated/system/core/top.nix
T

9 lines
122 B
Nix

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