7 lines
92 B
Nix
7 lines
92 B
Nix
{ config, pkgs, lib, ... }: {
|
|
imports = [
|
|
./audio.nix
|
|
./displaymanager.nix
|
|
];
|
|
}
|