8 lines
98 B
Nix
8 lines
98 B
Nix
{ config, pkgs, lib, ... }: {
|
|
imports = [
|
|
./audio.nix
|
|
#./dwl.nix
|
|
./gnome.nix
|
|
];
|
|
}
|