12 lines
114 B
Nix
12 lines
114 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./fwupd
|
|
./gnome-keyring
|
|
./keyd
|
|
./mpd
|
|
./networkfs
|
|
./polkit
|
|
];
|
|
}
|