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