forked from Shinonome/dots-hyprland
11 lines
97 B
Nix
11 lines
97 B
Nix
{
|
|
inputs,
|
|
self,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./desktop.nix
|
|
{inherit inputs self;}
|
|
];
|
|
}
|