mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-07 07:49:28 -05:00
12 lines
110 B
Nix
12 lines
110 B
Nix
{
|
|
inputs,
|
|
self,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [
|
|
./desktop.nix
|
|
{inherit pkgs inputs self;}
|
|
];
|
|
}
|